Shades of Chetwode Blue #606DB6
Tints of Chetwode Blue #606DB6
RGB
CMYK
RGB Variations
Color information
#606DB6 (or 0x606DB6) is known color: Chetwode Blue. HEX triplet: 60, 6D and B6. RGB value is (96,109,182). Sum of RGB (Red+Green+Blue) = 96+109+182=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #606DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DB6 is #9F9249. Grayscale: #717171. Windows color (decimal): -10457674 or 11955552. OLE color: 11955552.
HSL color Cylindrical-coordinate representation of color #606DB6: hue angle of 230.93º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #606DB6 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 109 | 182 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.29 |
| HSL | 230.93º | 0.37% | 0.55% | - |
| HSV(B) | 230.93º | 0.47% | 0.71% | - |
| XYZ | 18.74 | 16.8 | 46.51 | - |
| YUV | 113.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 182 | 0.47 | 0.40 | 0 | 0.29 | 230.93 | 0.37 | 0.55 |
| Hex | 60 | 6D | B6 | 2F | 28 | 0 | 1D | E7 | 25 | 37 |
| Octal | 140 | 155 | 266 | 57 | 50 | 0 | 35 | 347 | 45 | 67 |
| Binary | 1100000 | 1101101 | 10110110 | 101111 | 101000 | 0 | 11101 | 11100111 | 100101 | 110111 |
Color Harmonies of #606DB6
Complementary color
Monochromatic Colors of #606DB6
Black with #606DB6
Text Example
Text Example
White with #606DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DB6; }
p { color: rgb(96,109,182); }
H1.HeaderClassName
{
color: #606DB6;
}
.AnyTagClassName
{
color: #606DB6;
}
</style>
background-color css
<style>
a { background-color: #606DB6; }
a { background-color: rgb(96,109,182); }
div.DivClassName
{
background-color: #606DB6;
}
.BgClassName
{
background-color: #606DB6;
}
</style>
border-color css
<style>
span { border-color: #606DB6; }
span { border-color: rgb(96,109,182); }
td.TdClassName
{
border-color: #606DB6;
}
.TagClassName
{
border-color: #606DB6;
}
</style>