Shades of Chetwode Blue #606FB8
Tints of Chetwode Blue #606FB8
RGB
CMYK
RGB Variations
Color information
#606FB8 (or 0x606FB8) is known color: Chetwode Blue. HEX triplet: 60, 6F and B8. RGB value is (96,111,184). Sum of RGB (Red+Green+Blue) = 96+111+184=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #606FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FB8 is #9F9047. Grayscale: #727272. Windows color (decimal): -10457160 or 12087136. OLE color: 12087136.
HSL color Cylindrical-coordinate representation of color #606FB8: hue angle of 229.77º 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 #606FB8 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 111 | 184 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.28 |
| HSL | 229.77º | 0.38% | 0.55% | - |
| HSV(B) | 229.77º | 0.48% | 0.72% | - |
| XYZ | 19.16 | 17.32 | 47.68 | - |
| YUV | 114.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 184 | 0.48 | 0.40 | 0 | 0.28 | 229.77 | 0.38 | 0.55 |
| Hex | 60 | 6F | B8 | 30 | 28 | 0 | 1C | E6 | 26 | 37 |
| Octal | 140 | 157 | 270 | 60 | 50 | 0 | 34 | 346 | 46 | 67 |
| Binary | 1100000 | 1101111 | 10111000 | 110000 | 101000 | 0 | 11100 | 11100110 | 100110 | 110111 |
Color Harmonies of #606FB8
Complementary color
Monochromatic Colors of #606FB8
Black with #606FB8
Text Example
Text Example
White with #606FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FB8; }
p { color: rgb(96,111,184); }
H1.HeaderClassName
{
color: #606FB8;
}
.AnyTagClassName
{
color: #606FB8;
}
</style>
background-color css
<style>
a { background-color: #606FB8; }
a { background-color: rgb(96,111,184); }
div.DivClassName
{
background-color: #606FB8;
}
.BgClassName
{
background-color: #606FB8;
}
</style>
border-color css
<style>
span { border-color: #606FB8; }
span { border-color: rgb(96,111,184); }
td.TdClassName
{
border-color: #606FB8;
}
.TagClassName
{
border-color: #606FB8;
}
</style>