Shades of Chetwode Blue #666CC8
Tints of Chetwode Blue #666CC8
RGB
CMYK
RGB Variations
Color information
#666CC8 (or 0x666CC8) is known color: Chetwode Blue. HEX triplet: 66, 6C and C8. RGB value is (102,108,200). Sum of RGB (Red+Green+Blue) = 102+108+200=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #666CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CC8 is #999337. Grayscale: #747474. Windows color (decimal): -10064696 or 13134950. OLE color: 13134950.
HSL color Cylindrical-coordinate representation of color #666CC8: hue angle of 236.33º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #666CC8 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 108 | 200 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.22 |
| HSL | 236.33º | 0.47% | 0.59% | - |
| HSV(B) | 236.33º | 0.49% | 0.78% | - |
| XYZ | 21.27 | 17.72 | 56.94 | - |
| YUV | 116.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 200 | 0.49 | 0.46 | 0 | 0.22 | 236.33 | 0.47 | 0.59 |
| Hex | 66 | 6C | C8 | 31 | 2E | 0 | 16 | EC | 2F | 3B |
| Octal | 146 | 154 | 310 | 61 | 56 | 0 | 26 | 354 | 57 | 73 |
| Binary | 1100110 | 1101100 | 11001000 | 110001 | 101110 | 0 | 10110 | 11101100 | 101111 | 111011 |
Color Harmonies of #666CC8
Complementary color
Monochromatic Colors of #666CC8
Black with #666CC8
Text Example
Text Example
White with #666CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CC8; }
p { color: rgb(102,108,200); }
H1.HeaderClassName
{
color: #666CC8;
}
.AnyTagClassName
{
color: #666CC8;
}
</style>
background-color css
<style>
a { background-color: #666CC8; }
a { background-color: rgb(102,108,200); }
div.DivClassName
{
background-color: #666CC8;
}
.BgClassName
{
background-color: #666CC8;
}
</style>
border-color css
<style>
span { border-color: #666CC8; }
span { border-color: rgb(102,108,200); }
td.TdClassName
{
border-color: #666CC8;
}
.TagClassName
{
border-color: #666CC8;
}
</style>