#666FB4

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

Shades of Chetwode Blue #666FB4

Tints of Chetwode Blue #666FB4

Color information

#666FB4 (or 0x666FB4) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6F and B4. RGB value is (102,111,180). Sum of RGB (Red+Green+Blue) = 102+111+180=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #666FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FB4 is #99904B. Grayscale: #737373. Windows color (decimal): -10063948 or 11824998. OLE color: 11824998.

HSL color Cylindrical-coordinate representation of color #666FB4: hue angle of 233.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #666FB4 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB102111180-
CMYK0.430.3800.29
HSL233.08º34.21%55.29%-
HSV(B)233.08º43.33%70.59%-
XYZ19.417.4945.53-
YUV116.18164.02117.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 180 (70.70% from 255) = 45.80%
R=25.95%
G=28.24%
B=45.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021111800.430.3800.29233.0834.2155.29
Hex666FB42B2601De92237
Octal14615726453460353514267
Binary110011011011111011010010101110011001110111101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,111,180); }

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

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

 a { background-color: rgb(102,111,180); }

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

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

 span { border-color: rgb(102,111,180); }

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