#666BAE

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

Shades of Chetwode Blue #666BAE

Tints of Chetwode Blue #666BAE

Color information

#666BAE (or 0x666BAE) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6B and AE. RGB value is (102,107,174). Sum of RGB (Red+Green+Blue) = 102+107+174=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #666BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BAE is #999451. Grayscale: #707070. Windows color (decimal): -10064978 or 11430758. OLE color: 11430758.

HSL color Cylindrical-coordinate representation of color #666BAE: hue angle of 235.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #666BAE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102107174-
CMYK0.410.3900.32
HSL235.83º30.77%54.12%-
HSV(B)235.83º41.38%68.24%-
XYZ18.3816.442.24-
YUV113.14162.34120.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=26.63%
G=27.94%
B=45.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021071740.410.3900.32235.8330.7754.12
Hex666BAE2927020ec1f36
Octal14615325651470403543766
Binary110011011010111010111010100110011101000001110110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666BAE; }

 p { color: rgb(102,107,174); }

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

<style>
 a { background-color: #666BAE; }

 a { background-color: rgb(102,107,174); }

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

<style>
 span { border-color: #666BAE; }

 span { border-color: rgb(102,107,174); }

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