Shades of Chetwode Blue #606DB8
Tints of Chetwode Blue #606DB8
RGB
CMYK
RGB Variations
Color information
#606DB8 (or 0x606DB8) is known color: Chetwode Blue. HEX triplet: 60, 6D and B8. RGB value is (96,109,184). Sum of RGB (Red+Green+Blue) = 96+109+184=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #606DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DB8 is #9F9247. Grayscale: #717171. Windows color (decimal): -10457672 or 12086624. OLE color: 12086624.
HSL color Cylindrical-coordinate representation of color #606DB8: hue angle of 231.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #606DB8 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 109 | 184 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.28 |
| HSL | 231.14º | 0.38% | 0.55% | - |
| HSV(B) | 231.14º | 0.48% | 0.72% | - |
| XYZ | 18.94 | 16.88 | 47.61 | - |
| YUV | 113.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 184 | 0.48 | 0.41 | 0 | 0.28 | 231.14 | 0.38 | 0.55 |
| Hex | 60 | 6D | B8 | 30 | 29 | 0 | 1C | E7 | 26 | 37 |
| Octal | 140 | 155 | 270 | 60 | 51 | 0 | 34 | 347 | 46 | 67 |
| Binary | 1100000 | 1101101 | 10111000 | 110000 | 101001 | 0 | 11100 | 11100111 | 100110 | 110111 |
Color Harmonies of #606DB8
Complementary color
Monochromatic Colors of #606DB8
Black with #606DB8
Text Example
Text Example
White with #606DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DB8; }
p { color: rgb(96,109,184); }
H1.HeaderClassName
{
color: #606DB8;
}
.AnyTagClassName
{
color: #606DB8;
}
</style>
background-color css
<style>
a { background-color: #606DB8; }
a { background-color: rgb(96,109,184); }
div.DivClassName
{
background-color: #606DB8;
}
.BgClassName
{
background-color: #606DB8;
}
</style>
border-color css
<style>
span { border-color: #606DB8; }
span { border-color: rgb(96,109,184); }
td.TdClassName
{
border-color: #606DB8;
}
.TagClassName
{
border-color: #606DB8;
}
</style>