Shades of Chetwode Blue #666BC8
Tints of Chetwode Blue #666BC8
RGB
CMYK
RGB Variations
Color information
#666BC8 (or 0x666BC8) is known color: Chetwode Blue. HEX triplet: 66, 6B and C8. RGB value is (102,107,200). Sum of RGB (Red+Green+Blue) = 102+107+200=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #666BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BC8 is #999437. Grayscale: #737373. Windows color (decimal): -10064952 or 13134694. OLE color: 13134694.
HSL color Cylindrical-coordinate representation of color #666BC8: hue angle of 236.94º 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 #666BC8 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 107 | 200 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.22 |
| HSL | 236.94º | 0.47% | 0.59% | - |
| HSV(B) | 236.94º | 0.49% | 0.78% | - |
| XYZ | 21.16 | 17.51 | 56.91 | - |
| YUV | 116.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 200 | 0.49 | 0.46 | 0 | 0.22 | 236.94 | 0.47 | 0.59 |
| Hex | 66 | 6B | C8 | 31 | 2E | 0 | 16 | ED | 2F | 3B |
| Octal | 146 | 153 | 310 | 61 | 56 | 0 | 26 | 355 | 57 | 73 |
| Binary | 1100110 | 1101011 | 11001000 | 110001 | 101110 | 0 | 10110 | 11101101 | 101111 | 111011 |
Color Harmonies of #666BC8
Complementary color
Monochromatic Colors of #666BC8
Black with #666BC8
Text Example
Text Example
White with #666BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BC8; }
p { color: rgb(102,107,200); }
H1.HeaderClassName
{
color: #666BC8;
}
.AnyTagClassName
{
color: #666BC8;
}
</style>
background-color css
<style>
a { background-color: #666BC8; }
a { background-color: rgb(102,107,200); }
div.DivClassName
{
background-color: #666BC8;
}
.BgClassName
{
background-color: #666BC8;
}
</style>
border-color css
<style>
span { border-color: #666BC8; }
span { border-color: rgb(102,107,200); }
td.TdClassName
{
border-color: #666BC8;
}
.TagClassName
{
border-color: #666BC8;
}
</style>