#666CBB

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

Shades of Chetwode Blue #666CBB

Tints of Chetwode Blue #666CBB

Color information

#666CBB (or 0x666CBB) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6C and BB. RGB value is (102,108,187). Sum of RGB (Red+Green+Blue) = 102+108+187=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #666CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CBB is #999344. Grayscale: #727272. Windows color (decimal): -10064709 or 12282982. OLE color: 12282982.

HSL color Cylindrical-coordinate representation of color #666CBB: hue angle of 235.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #666CBB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102108187-
CMYK0.450.4200.27
HSL235.76º38.46%56.67%-
HSV(B)235.76º45.45%73.33%-
XYZ19.8117.1449.28-
YUV115.21168.51118.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=25.69%
G=27.20%
B=47.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021081870.450.4200.27235.7638.4656.67
Hex666CBB2D2A01Bec2639
Octal14615427355520333544671
Binary110011011011001011101110110110101001101111101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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