Shades of Chetwode Blue #666ECF
Tints of Chetwode Blue #666ECF
RGB
CMYK
RGB Variations
Color information
#666ECF (or 0x666ECF) is known color: Chetwode Blue. HEX triplet: 66, 6E and CF. RGB value is (102,110,207). Sum of RGB (Red+Green+Blue) = 102+110+207=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #666ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ECF is #999130. Grayscale: #767676. Windows color (decimal): -10064177 or 13594214. OLE color: 13594214.
HSL color Cylindrical-coordinate representation of color #666ECF: hue angle of 235.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666ECF is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 110 | 207 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.19 |
| HSL | 235.43º | 0.52% | 0.61% | - |
| HSV(B) | 235.43º | 0.51% | 0.81% | - |
| XYZ | 22.32 | 18.48 | 61.42 | - |
| YUV | 118.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 207 | 0.51 | 0.47 | 0 | 0.19 | 235.43 | 0.52 | 0.61 |
| Hex | 66 | 6E | CF | 33 | 2F | 0 | 13 | EB | 34 | 3D |
| Octal | 146 | 156 | 317 | 63 | 57 | 0 | 23 | 353 | 64 | 75 |
| Binary | 1100110 | 1101110 | 11001111 | 110011 | 101111 | 0 | 10011 | 11101011 | 110100 | 111101 |
Color Harmonies of #666ECF
Complementary color
Monochromatic Colors of #666ECF
Black with #666ECF
Text Example
Text Example
White with #666ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ECF; }
p { color: rgb(102,110,207); }
H1.HeaderClassName
{
color: #666ECF;
}
.AnyTagClassName
{
color: #666ECF;
}
</style>
background-color css
<style>
a { background-color: #666ECF; }
a { background-color: rgb(102,110,207); }
div.DivClassName
{
background-color: #666ECF;
}
.BgClassName
{
background-color: #666ECF;
}
</style>
border-color css
<style>
span { border-color: #666ECF; }
span { border-color: rgb(102,110,207); }
td.TdClassName
{
border-color: #666ECF;
}
.TagClassName
{
border-color: #666ECF;
}
</style>