Shades of Chetwode Blue #606BA8
Tints of Chetwode Blue #606BA8
RGB
CMYK
RGB Variations
Color information
#606BA8 (or 0x606BA8) is known color: Chetwode Blue. HEX triplet: 60, 6B and A8. RGB value is (96,107,168). Sum of RGB (Red+Green+Blue) = 96+107+168=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 168 - color contains mainly: blue. Hex color #606BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606BA8 is #9F9457. Grayscale: #6E6E6E. Windows color (decimal): -10458200 or 11037536. OLE color: 11037536.
HSL color Cylindrical-coordinate representation of color #606BA8: hue angle of 230.83º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #606BA8 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 107 | 168 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.34 |
| HSL | 230.83º | 0.29% | 0.52% | - |
| HSV(B) | 230.83º | 0.43% | 0.66% | - |
| XYZ | 17.15 | 15.83 | 39.2 | - |
| YUV | 110.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 168 | 0.43 | 0.36 | 0 | 0.34 | 230.83 | 0.29 | 0.52 |
| Hex | 60 | 6B | A8 | 2B | 24 | 0 | 22 | E7 | 1D | 34 |
| Octal | 140 | 153 | 250 | 53 | 44 | 0 | 42 | 347 | 35 | 64 |
| Binary | 1100000 | 1101011 | 10101000 | 101011 | 100100 | 0 | 100010 | 11100111 | 11101 | 110100 |
Color Harmonies of #606BA8
Complementary color
Monochromatic Colors of #606BA8
Black with #606BA8
Text Example
Text Example
White with #606BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BA8; }
p { color: rgb(96,107,168); }
H1.HeaderClassName
{
color: #606BA8;
}
.AnyTagClassName
{
color: #606BA8;
}
</style>
background-color css
<style>
a { background-color: #606BA8; }
a { background-color: rgb(96,107,168); }
div.DivClassName
{
background-color: #606BA8;
}
.BgClassName
{
background-color: #606BA8;
}
</style>
border-color css
<style>
span { border-color: #606BA8; }
span { border-color: rgb(96,107,168); }
td.TdClassName
{
border-color: #606BA8;
}
.TagClassName
{
border-color: #606BA8;
}
</style>