Shades of Chetwode Blue #666EC8
Tints of Chetwode Blue #666EC8
RGB
CMYK
RGB Variations
Color information
#666EC8 (or 0x666EC8) is known color: Chetwode Blue. HEX triplet: 66, 6E and C8. RGB value is (102,110,200). Sum of RGB (Red+Green+Blue) = 102+110+200=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #666EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EC8 is #999137. Grayscale: #757575. Windows color (decimal): -10064184 or 13135462. OLE color: 13135462.
HSL color Cylindrical-coordinate representation of color #666EC8: hue angle of 235.1º 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 #666EC8 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 110 | 200 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.22 |
| HSL | 235.1º | 0.47% | 0.59% | - |
| HSV(B) | 235.1º | 0.49% | 0.78% | - |
| XYZ | 21.48 | 18.15 | 57.01 | - |
| YUV | 117.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 200 | 0.49 | 0.45 | 0 | 0.22 | 235.1 | 0.47 | 0.59 |
| Hex | 66 | 6E | C8 | 31 | 2D | 0 | 16 | EB | 2F | 3B |
| Octal | 146 | 156 | 310 | 61 | 55 | 0 | 26 | 353 | 57 | 73 |
| Binary | 1100110 | 1101110 | 11001000 | 110001 | 101101 | 0 | 10110 | 11101011 | 101111 | 111011 |
Color Harmonies of #666EC8
Complementary color
Monochromatic Colors of #666EC8
Black with #666EC8
Text Example
Text Example
White with #666EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EC8; }
p { color: rgb(102,110,200); }
H1.HeaderClassName
{
color: #666EC8;
}
.AnyTagClassName
{
color: #666EC8;
}
</style>
background-color css
<style>
a { background-color: #666EC8; }
a { background-color: rgb(102,110,200); }
div.DivClassName
{
background-color: #666EC8;
}
.BgClassName
{
background-color: #666EC8;
}
</style>
border-color css
<style>
span { border-color: #666EC8; }
span { border-color: rgb(102,110,200); }
td.TdClassName
{
border-color: #666EC8;
}
.TagClassName
{
border-color: #666EC8;
}
</style>