#666CB3

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

Shades of Chetwode Blue #666CB3

Tints of Chetwode Blue #666CB3

Color information

#666CB3 (or 0x666CB3) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6C and B3. RGB value is (102,108,179). Sum of RGB (Red+Green+Blue) = 102+108+179=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #666CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CB3 is #99934C. Grayscale: #727272. Windows color (decimal): -10064717 or 11758694. OLE color: 11758694.

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

Color convert

RGB102108179-
CMYK0.430.4000.30
HSL235.32º33.62%55.1%-
HSV(B)235.32º43.02%70.2%-
XYZ18.9816.844.89-
YUV114.3164.51119.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 108 (42.58% from 255) = 27.76%
BLUE value IS 179 (70.31% from 255) = 46.02%
R=26.22%
G=27.76%
B=46.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021081790.430.4000.30235.3233.6255.1
Hex666CB32B2801Eeb2237
Octal14615426353500363534267
Binary110011011011001011001110101110100001111011101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,108,179); }

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

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

 a { background-color: rgb(102,108,179); }

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

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

 span { border-color: rgb(102,108,179); }

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