Shades of Chetwode Blue #606FCD
Tints of Chetwode Blue #606FCD
RGB
CMYK
RGB Variations
Color information
#606FCD (or 0x606FCD) is known color: Chetwode Blue. HEX triplet: 60, 6F and CD. RGB value is (96,111,205). Sum of RGB (Red+Green+Blue) = 96+111+205=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #606FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FCD is #9F9032. Grayscale: #747474. Windows color (decimal): -10457139 or 13463392. OLE color: 13463392.
HSL color Cylindrical-coordinate representation of color #606FCD: hue angle of 231.74º degrees, saturation: 0.52, 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 #606FCD is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 111 | 205 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.20 |
| HSL | 231.74º | 0.52% | 0.59% | - |
| HSV(B) | 231.74º | 0.53% | 0.8% | - |
| XYZ | 21.53 | 18.26 | 60.15 | - |
| YUV | 117.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 205 | 0.53 | 0.46 | 0 | 0.20 | 231.74 | 0.52 | 0.59 |
| Hex | 60 | 6F | CD | 35 | 2E | 0 | 14 | E8 | 34 | 3B |
| Octal | 140 | 157 | 315 | 65 | 56 | 0 | 24 | 350 | 64 | 73 |
| Binary | 1100000 | 1101111 | 11001101 | 110101 | 101110 | 0 | 10100 | 11101000 | 110100 | 111011 |
Color Harmonies of #606FCD
Complementary color
Monochromatic Colors of #606FCD
Black with #606FCD
Text Example
Text Example
White with #606FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FCD; }
p { color: rgb(96,111,205); }
H1.HeaderClassName
{
color: #606FCD;
}
.AnyTagClassName
{
color: #606FCD;
}
</style>
background-color css
<style>
a { background-color: #606FCD; }
a { background-color: rgb(96,111,205); }
div.DivClassName
{
background-color: #606FCD;
}
.BgClassName
{
background-color: #606FCD;
}
</style>
border-color css
<style>
span { border-color: #606FCD; }
span { border-color: rgb(96,111,205); }
td.TdClassName
{
border-color: #606FCD;
}
.TagClassName
{
border-color: #606FCD;
}
</style>