#6B6EAF

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

Shades of Chetwode Blue #6B6EAF

Tints of Chetwode Blue #6B6EAF

Color information

#6B6EAF (or 0x6B6EAF) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6E and AF. RGB value is (107,110,175). Sum of RGB (Red+Green+Blue) = 107+110+175=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B6EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6EAF is #949150. Grayscale: #747474. Windows color (decimal): -9736529 or 11497067. OLE color: 11497067.

HSL color Cylindrical-coordinate representation of color #6B6EAF: hue angle of 237.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B6EAF is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB107110175-
CMYK0.390.3700.31
HSL237.35º29.82%55.29%-
HSV(B)237.35º38.86%68.63%-
XYZ19.3817.3742.89-
YUV116.51161.01121.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 175 (68.75% from 255) = 44.64%
R=27.30%
G=28.06%
B=44.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071101750.390.3700.31237.3529.8255.29
Hex6B6EAF272501Fed1e37
Octal15315625747450373553667
Binary11010111101110101011111001111001010111111110110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,110,175); }

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

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

 a { background-color: rgb(107,110,175); }

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

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

 span { border-color: rgb(107,110,175); }

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