Shades of Chetwode Blue #666ECD
Tints of Chetwode Blue #666ECD
RGB
CMYK
RGB Variations
Color information
#666ECD (or 0x666ECD) is known color: Chetwode Blue. HEX triplet: 66, 6E and CD. RGB value is (102,110,205). Sum of RGB (Red+Green+Blue) = 102+110+205=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #666ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ECD is #999132. Grayscale: #767676. Windows color (decimal): -10064179 or 13463142. OLE color: 13463142.
HSL color Cylindrical-coordinate representation of color #666ECD: hue angle of 235.34º degrees, saturation: 0.51, 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 #666ECD is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 110 | 205 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.20 |
| HSL | 235.34º | 0.51% | 0.6% | - |
| HSV(B) | 235.34º | 0.5% | 0.8% | - |
| XYZ | 22.07 | 18.38 | 60.14 | - |
| YUV | 118.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 205 | 0.50 | 0.46 | 0 | 0.20 | 235.34 | 0.51 | 0.6 |
| Hex | 66 | 6E | CD | 32 | 2E | 0 | 14 | EB | 33 | 3C |
| Octal | 146 | 156 | 315 | 62 | 56 | 0 | 24 | 353 | 63 | 74 |
| Binary | 1100110 | 1101110 | 11001101 | 110010 | 101110 | 0 | 10100 | 11101011 | 110011 | 111100 |
Color Harmonies of #666ECD
Complementary color
Monochromatic Colors of #666ECD
Black with #666ECD
Text Example
Text Example
White with #666ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ECD; }
p { color: rgb(102,110,205); }
H1.HeaderClassName
{
color: #666ECD;
}
.AnyTagClassName
{
color: #666ECD;
}
</style>
background-color css
<style>
a { background-color: #666ECD; }
a { background-color: rgb(102,110,205); }
div.DivClassName
{
background-color: #666ECD;
}
.BgClassName
{
background-color: #666ECD;
}
</style>
border-color css
<style>
span { border-color: #666ECD; }
span { border-color: rgb(102,110,205); }
td.TdClassName
{
border-color: #666ECD;
}
.TagClassName
{
border-color: #666ECD;
}
</style>