#6A6FBF

Color #6A6FBF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6A6FBF

Tints of Chetwode Blue #6A6FBF

Color information

#6A6FBF (or 0x6A6FBF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6F and BF. RGB value is (106,111,191). Sum of RGB (Red+Green+Blue) = 106+111+191=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A6FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6FBF is #959040. Grayscale: #767676. Windows color (decimal): -9801793 or 12545898. OLE color: 12545898.

HSL color Cylindrical-coordinate representation of color #6A6FBF: hue angle of 236.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A6FBF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106111191-
CMYK0.450.4200.25
HSL236.47º39.91%58.24%-
HSV(B)236.47º44.5%74.9%-
XYZ21.0318.1951.69-
YUV118.62168.84119-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 25.98%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 191 (75% from 255) = 46.81%
R=25.98%
G=27.21%
B=46.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061111910.450.4200.25236.4739.9158.24
Hex6A6FBF2D2A019ec283a
Octal15215727755520313545072
Binary110101011011111011111110110110101001100111101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6FBF; }

 p { color: rgb(106,111,191); }

 H1.HeaderClassName
 {
   color: #6A6FBF;
 }
 .AnyTagClassName
 {
   color: #6A6FBF;
 }
</style>
background-color css

<style>
 a { background-color: #6A6FBF; }

 a { background-color: rgb(106,111,191); }

 div.DivClassName
 {
   background-color: #6A6FBF;
 }
 .BgClassName
 {
   background-color: #6A6FBF;
 }
</style>
border-color css

<style>
 span { border-color: #6A6FBF; }

 span { border-color: rgb(106,111,191); }

 td.TdClassName
 {
   border-color: #6A6FBF;
 }
 .TagClassName
 {
   border-color: #6A6FBF;
 }
</style>