Shades of Chetwode Blue #606DC0
Tints of Chetwode Blue #606DC0
RGB
CMYK
RGB Variations
Color information
#606DC0 (or 0x606DC0) is known color: Chetwode Blue. HEX triplet: 60, 6D and C0. RGB value is (96,109,192). Sum of RGB (Red+Green+Blue) = 96+109+192=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #606DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DC0 is #9F923F. Grayscale: #727272. Windows color (decimal): -10457664 or 12610912. OLE color: 12610912.
HSL color Cylindrical-coordinate representation of color #606DC0: hue angle of 231.88º 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 #606DC0 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 109 | 192 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.25 |
| HSL | 231.88º | 0.43% | 0.56% | - |
| HSV(B) | 231.88º | 0.5% | 0.75% | - |
| XYZ | 19.81 | 17.23 | 52.15 | - |
| YUV | 114.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 192 | 0.50 | 0.43 | 0 | 0.25 | 231.88 | 0.43 | 0.56 |
| Hex | 60 | 6D | C0 | 32 | 2B | 0 | 19 | E8 | 2B | 38 |
| Octal | 140 | 155 | 300 | 62 | 53 | 0 | 31 | 350 | 53 | 70 |
| Binary | 1100000 | 1101101 | 11000000 | 110010 | 101011 | 0 | 11001 | 11101000 | 101011 | 111000 |
Color Harmonies of #606DC0
Complementary color
Monochromatic Colors of #606DC0
Black with #606DC0
Text Example
Text Example
White with #606DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DC0; }
p { color: rgb(96,109,192); }
H1.HeaderClassName
{
color: #606DC0;
}
.AnyTagClassName
{
color: #606DC0;
}
</style>
background-color css
<style>
a { background-color: #606DC0; }
a { background-color: rgb(96,109,192); }
div.DivClassName
{
background-color: #606DC0;
}
.BgClassName
{
background-color: #606DC0;
}
</style>
border-color css
<style>
span { border-color: #606DC0; }
span { border-color: rgb(96,109,192); }
td.TdClassName
{
border-color: #606DC0;
}
.TagClassName
{
border-color: #606DC0;
}
</style>