Shades of Chetwode Blue #606EC0
Tints of Chetwode Blue #606EC0
RGB
CMYK
RGB Variations
Color information
#606EC0 (or 0x606EC0) is known color: Chetwode Blue. HEX triplet: 60, 6E and C0. RGB value is (96,110,192). Sum of RGB (Red+Green+Blue) = 96+110+192=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #606EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EC0 is #9F913F. Grayscale: #727272. Windows color (decimal): -10457408 or 12611168. OLE color: 12611168.
HSL color Cylindrical-coordinate representation of color #606EC0: hue angle of 231.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606EC0 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 110 | 192 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.25 |
| HSL | 231.25º | 0.43% | 0.56% | - |
| HSV(B) | 231.25º | 0.5% | 0.75% | - |
| XYZ | 19.91 | 17.44 | 52.19 | - |
| YUV | 115.16 | 171.36 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 192 | 0.50 | 0.43 | 0 | 0.25 | 231.25 | 0.43 | 0.56 |
| Hex | 60 | 6E | C0 | 32 | 2B | 0 | 19 | E7 | 2B | 38 |
| Octal | 140 | 156 | 300 | 62 | 53 | 0 | 31 | 347 | 53 | 70 |
| Binary | 1100000 | 1101110 | 11000000 | 110010 | 101011 | 0 | 11001 | 11100111 | 101011 | 111000 |
Color Harmonies of #606EC0
Complementary color
Monochromatic Colors of #606EC0
Black with #606EC0
Text Example
Text Example
White with #606EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EC0; }
p { color: rgb(96,110,192); }
H1.HeaderClassName
{
color: #606EC0;
}
.AnyTagClassName
{
color: #606EC0;
}
</style>
background-color css
<style>
a { background-color: #606EC0; }
a { background-color: rgb(96,110,192); }
div.DivClassName
{
background-color: #606EC0;
}
.BgClassName
{
background-color: #606EC0;
}
</style>
border-color css
<style>
span { border-color: #606EC0; }
span { border-color: rgb(96,110,192); }
td.TdClassName
{
border-color: #606EC0;
}
.TagClassName
{
border-color: #606EC0;
}
</style>