Shades of Chetwode Blue #666ECA
Tints of Chetwode Blue #666ECA
RGB
CMYK
RGB Variations
Color information
#666ECA (or 0x666ECA) is known color: Chetwode Blue. HEX triplet: 66, 6E and CA. RGB value is (102,110,202). Sum of RGB (Red+Green+Blue) = 102+110+202=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #666ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ECA is #999135. Grayscale: #757575. Windows color (decimal): -10064182 or 13266534. OLE color: 13266534.
HSL color Cylindrical-coordinate representation of color #666ECA: hue angle of 235.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666ECA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 110 | 202 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.21 |
| HSL | 235.2º | 0.49% | 0.6% | - |
| HSV(B) | 235.2º | 0.5% | 0.79% | - |
| XYZ | 21.72 | 18.24 | 58.25 | - |
| YUV | 118.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 202 | 0.50 | 0.46 | 0 | 0.21 | 235.2 | 0.49 | 0.6 |
| Hex | 66 | 6E | CA | 32 | 2E | 0 | 15 | EB | 31 | 3C |
| Octal | 146 | 156 | 312 | 62 | 56 | 0 | 25 | 353 | 61 | 74 |
| Binary | 1100110 | 1101110 | 11001010 | 110010 | 101110 | 0 | 10101 | 11101011 | 110001 | 111100 |
Color Harmonies of #666ECA
Complementary color
Monochromatic Colors of #666ECA
Black with #666ECA
Text Example
Text Example
White with #666ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ECA; }
p { color: rgb(102,110,202); }
H1.HeaderClassName
{
color: #666ECA;
}
.AnyTagClassName
{
color: #666ECA;
}
</style>
background-color css
<style>
a { background-color: #666ECA; }
a { background-color: rgb(102,110,202); }
div.DivClassName
{
background-color: #666ECA;
}
.BgClassName
{
background-color: #666ECA;
}
</style>
border-color css
<style>
span { border-color: #666ECA; }
span { border-color: rgb(102,110,202); }
td.TdClassName
{
border-color: #666ECA;
}
.TagClassName
{
border-color: #666ECA;
}
</style>