Shades of Chetwode Blue #606ACC
Tints of Chetwode Blue #606ACC
RGB
CMYK
RGB Variations
Color information
#606ACC (or 0x606ACC) is known color: Chetwode Blue. HEX triplet: 60, 6A and CC. RGB value is (96,106,204). Sum of RGB (Red+Green+Blue) = 96+106+204=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #606ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ACC is #9F9533. Grayscale: #717171. Windows color (decimal): -10458420 or 13396576. OLE color: 13396576.
HSL color Cylindrical-coordinate representation of color #606ACC: hue angle of 234.44º 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 #606ACC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 106 | 204 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.2 |
| HSL | 234.44º | 0.51% | 0.59% | - |
| HSV(B) | 234.44º | 0.53% | 0.8% | - |
| XYZ | 20.88 | 17.15 | 59.34 | - |
| YUV | 114.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 204 | 0.53 | 0.48 | 0 | 0.2 | 234.44 | 0.51 | 0.59 |
| Hex | 60 | 6A | CC | 35 | 30 | 0 | 14 | EA | 33 | 3B |
| Octal | 140 | 152 | 314 | 65 | 60 | 0 | 24 | 352 | 63 | 73 |
| Binary | 1100000 | 1101010 | 11001100 | 110101 | 110000 | 0 | 10100 | 11101010 | 110011 | 111011 |
Color Harmonies of #606ACC
Complementary color
Monochromatic Colors of #606ACC
Black with #606ACC
Text Example
Text Example
White with #606ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606ACC; }
p { color: rgb(96,106,204); }
H1.HeaderClassName
{
color: #606ACC;
}
.AnyTagClassName
{
color: #606ACC;
}
</style>
background-color css
<style>
a { background-color: #606ACC; }
a { background-color: rgb(96,106,204); }
div.DivClassName
{
background-color: #606ACC;
}
.BgClassName
{
background-color: #606ACC;
}
</style>
border-color css
<style>
span { border-color: #606ACC; }
span { border-color: rgb(96,106,204); }
td.TdClassName
{
border-color: #606ACC;
}
.TagClassName
{
border-color: #606ACC;
}
</style>