Shades of Chetwode Blue #606ACD
Tints of Chetwode Blue #606ACD
RGB
CMYK
RGB Variations
Color information
#606ACD (or 0x606ACD) is known color: Chetwode Blue. HEX triplet: 60, 6A and CD. RGB value is (96,106,205). Sum of RGB (Red+Green+Blue) = 96+106+205=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #606ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ACD is #9F9532. Grayscale: #717171. Windows color (decimal): -10458419 or 13462112. OLE color: 13462112.
HSL color Cylindrical-coordinate representation of color #606ACD: hue angle of 234.5º 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 #606ACD is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 106 | 205 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.20 |
| HSL | 234.5º | 0.52% | 0.59% | - |
| HSV(B) | 234.5º | 0.53% | 0.8% | - |
| XYZ | 21 | 17.2 | 59.97 | - |
| YUV | 114.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 205 | 0.53 | 0.48 | 0 | 0.20 | 234.5 | 0.52 | 0.59 |
| Hex | 60 | 6A | CD | 35 | 30 | 0 | 14 | EA | 34 | 3B |
| Octal | 140 | 152 | 315 | 65 | 60 | 0 | 24 | 352 | 64 | 73 |
| Binary | 1100000 | 1101010 | 11001101 | 110101 | 110000 | 0 | 10100 | 11101010 | 110100 | 111011 |
Color Harmonies of #606ACD
Complementary color
Monochromatic Colors of #606ACD
Black with #606ACD
Text Example
Text Example
White with #606ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606ACD; }
p { color: rgb(96,106,205); }
H1.HeaderClassName
{
color: #606ACD;
}
.AnyTagClassName
{
color: #606ACD;
}
</style>
background-color css
<style>
a { background-color: #606ACD; }
a { background-color: rgb(96,106,205); }
div.DivClassName
{
background-color: #606ACD;
}
.BgClassName
{
background-color: #606ACD;
}
</style>
border-color css
<style>
span { border-color: #606ACD; }
span { border-color: rgb(96,106,205); }
td.TdClassName
{
border-color: #606ACD;
}
.TagClassName
{
border-color: #606ACD;
}
</style>