Shades of Chetwode Blue #606FA8
Tints of Chetwode Blue #606FA8
RGB
CMYK
RGB Variations
Color information
#606FA8 (or 0x606FA8) is known color: Chetwode Blue. HEX triplet: 60, 6F and A8. RGB value is (96,111,168). Sum of RGB (Red+Green+Blue) = 96+111+168=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #606FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606FA8 is #9F9057. Grayscale: #707070. Windows color (decimal): -10457176 or 11038560. OLE color: 11038560.
HSL color Cylindrical-coordinate representation of color #606FA8: hue angle of 227.5º 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 #606FA8 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 111 | 168 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.34 |
| HSL | 227.5º | 0.29% | 0.52% | - |
| HSV(B) | 227.5º | 0.43% | 0.66% | - |
| XYZ | 17.58 | 16.68 | 39.34 | - |
| YUV | 113.01 | 159.03 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 168 | 0.43 | 0.34 | 0 | 0.34 | 227.5 | 0.29 | 0.52 |
| Hex | 60 | 6F | A8 | 2B | 22 | 0 | 22 | E4 | 1D | 34 |
| Octal | 140 | 157 | 250 | 53 | 42 | 0 | 42 | 344 | 35 | 64 |
| Binary | 1100000 | 1101111 | 10101000 | 101011 | 100010 | 0 | 100010 | 11100100 | 11101 | 110100 |
Color Harmonies of #606FA8
Complementary color
Monochromatic Colors of #606FA8
Black with #606FA8
Text Example
Text Example
White with #606FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FA8; }
p { color: rgb(96,111,168); }
H1.HeaderClassName
{
color: #606FA8;
}
.AnyTagClassName
{
color: #606FA8;
}
</style>
background-color css
<style>
a { background-color: #606FA8; }
a { background-color: rgb(96,111,168); }
div.DivClassName
{
background-color: #606FA8;
}
.BgClassName
{
background-color: #606FA8;
}
</style>
border-color css
<style>
span { border-color: #606FA8; }
span { border-color: rgb(96,111,168); }
td.TdClassName
{
border-color: #606FA8;
}
.TagClassName
{
border-color: #606FA8;
}
</style>