Shades of Chetwode Blue #606ECC
Tints of Chetwode Blue #606ECC
RGB
CMYK
RGB Variations
Color information
#606ECC (or 0x606ECC) is known color: Chetwode Blue. HEX triplet: 60, 6E and CC. RGB value is (96,110,204). Sum of RGB (Red+Green+Blue) = 96+110+204=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #606ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ECC is #9F9133. Grayscale: #747474. Windows color (decimal): -10457396 or 13397600. OLE color: 13397600.
HSL color Cylindrical-coordinate representation of color #606ECC: hue angle of 232.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #606ECC is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 110 | 204 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.2 |
| HSL | 232.22º | 0.51% | 0.59% | - |
| HSV(B) | 232.22º | 0.53% | 0.8% | - |
| XYZ | 21.3 | 18 | 59.48 | - |
| YUV | 116.53 | 177.36 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 204 | 0.53 | 0.46 | 0 | 0.2 | 232.22 | 0.51 | 0.59 |
| Hex | 60 | 6E | CC | 35 | 2E | 0 | 14 | E8 | 33 | 3B |
| Octal | 140 | 156 | 314 | 65 | 56 | 0 | 24 | 350 | 63 | 73 |
| Binary | 1100000 | 1101110 | 11001100 | 110101 | 101110 | 0 | 10100 | 11101000 | 110011 | 111011 |
Color Harmonies of #606ECC
Complementary color
Monochromatic Colors of #606ECC
Black with #606ECC
Text Example
Text Example
White with #606ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606ECC; }
p { color: rgb(96,110,204); }
H1.HeaderClassName
{
color: #606ECC;
}
.AnyTagClassName
{
color: #606ECC;
}
</style>
background-color css
<style>
a { background-color: #606ECC; }
a { background-color: rgb(96,110,204); }
div.DivClassName
{
background-color: #606ECC;
}
.BgClassName
{
background-color: #606ECC;
}
</style>
border-color css
<style>
span { border-color: #606ECC; }
span { border-color: rgb(96,110,204); }
td.TdClassName
{
border-color: #606ECC;
}
.TagClassName
{
border-color: #606ECC;
}
</style>