Shades of Chetwode Blue #606DCD
Tints of Chetwode Blue #606DCD
RGB
CMYK
RGB Variations
Color information
#606DCD (or 0x606DCD) is known color: Chetwode Blue. HEX triplet: 60, 6D and CD. RGB value is (96,109,205). Sum of RGB (Red+Green+Blue) = 96+109+205=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #606DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DCD is #9F9232. Grayscale: #737373. Windows color (decimal): -10457651 or 13462880. OLE color: 13462880.
HSL color Cylindrical-coordinate representation of color #606DCD: hue angle of 232.84º 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 #606DCD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 109 | 205 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.20 |
| HSL | 232.84º | 0.52% | 0.59% | - |
| HSV(B) | 232.84º | 0.53% | 0.8% | - |
| XYZ | 21.31 | 17.83 | 60.08 | - |
| YUV | 116.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 205 | 0.53 | 0.47 | 0 | 0.20 | 232.84 | 0.52 | 0.59 |
| Hex | 60 | 6D | CD | 35 | 2F | 0 | 14 | E9 | 34 | 3B |
| Octal | 140 | 155 | 315 | 65 | 57 | 0 | 24 | 351 | 64 | 73 |
| Binary | 1100000 | 1101101 | 11001101 | 110101 | 101111 | 0 | 10100 | 11101001 | 110100 | 111011 |
Color Harmonies of #606DCD
Complementary color
Monochromatic Colors of #606DCD
Black with #606DCD
Text Example
Text Example
White with #606DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DCD; }
p { color: rgb(96,109,205); }
H1.HeaderClassName
{
color: #606DCD;
}
.AnyTagClassName
{
color: #606DCD;
}
</style>
background-color css
<style>
a { background-color: #606DCD; }
a { background-color: rgb(96,109,205); }
div.DivClassName
{
background-color: #606DCD;
}
.BgClassName
{
background-color: #606DCD;
}
</style>
border-color css
<style>
span { border-color: #606DCD; }
span { border-color: rgb(96,109,205); }
td.TdClassName
{
border-color: #606DCD;
}
.TagClassName
{
border-color: #606DCD;
}
</style>