#666CCB

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

Shades of Chetwode Blue #666CCB

Tints of Chetwode Blue #666CCB

Color information

#666CCB (or 0x666CCB) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6C and CB. RGB value is (102,108,203). Sum of RGB (Red+Green+Blue) = 102+108+203=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #666CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CCB is #999334. Grayscale: #747474. Windows color (decimal): -10064693 or 13331558. OLE color: 13331558.

HSL color Cylindrical-coordinate representation of color #666CCB: hue angle of 236.44º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666CCB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102108203-
CMYK0.500.4700.20
HSL236.44º49.27%59.8%-
HSV(B)236.44º49.75%79.61%-
XYZ21.6217.8658.81-
YUV117.04176.51117.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 203 (79.69% from 255) = 49.15%
R=24.70%
G=26.15%
B=49.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021082030.500.4700.20236.4449.2759.8
Hex666CCB322F014ec313c
Octal14615431362570243546174
Binary110011011011001100101111001010111101010011101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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