Shades of Chetwode Blue #606AAD
Tints of Chetwode Blue #606AAD
RGB
CMYK
RGB Variations
Color information
#606AAD (or 0x606AAD) is known color: Chetwode Blue. HEX triplet: 60, 6A and AD. RGB value is (96,106,173). Sum of RGB (Red+Green+Blue) = 96+106+173=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #606AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AAD is #9F9552. Grayscale: #6E6E6E. Windows color (decimal): -10458451 or 11364960. OLE color: 11364960.
HSL color Cylindrical-coordinate representation of color #606AAD: hue angle of 232.21º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #606AAD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 106 | 173 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.32 |
| HSL | 232.21º | 0.32% | 0.53% | - |
| HSV(B) | 232.21º | 0.45% | 0.68% | - |
| XYZ | 17.52 | 15.81 | 41.66 | - |
| YUV | 110.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 173 | 0.45 | 0.39 | 0 | 0.32 | 232.21 | 0.32 | 0.53 |
| Hex | 60 | 6A | AD | 2D | 27 | 0 | 20 | E8 | 20 | 35 |
| Octal | 140 | 152 | 255 | 55 | 47 | 0 | 40 | 350 | 40 | 65 |
| Binary | 1100000 | 1101010 | 10101101 | 101101 | 100111 | 0 | 100000 | 11101000 | 100000 | 110101 |
Color Harmonies of #606AAD
Complementary color
Monochromatic Colors of #606AAD
Black with #606AAD
Text Example
Text Example
White with #606AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606AAD; }
p { color: rgb(96,106,173); }
H1.HeaderClassName
{
color: #606AAD;
}
.AnyTagClassName
{
color: #606AAD;
}
</style>
background-color css
<style>
a { background-color: #606AAD; }
a { background-color: rgb(96,106,173); }
div.DivClassName
{
background-color: #606AAD;
}
.BgClassName
{
background-color: #606AAD;
}
</style>
border-color css
<style>
span { border-color: #606AAD; }
span { border-color: rgb(96,106,173); }
td.TdClassName
{
border-color: #606AAD;
}
.TagClassName
{
border-color: #606AAD;
}
</style>