Shades of Chetwode Blue #606AAA
Tints of Chetwode Blue #606AAA
RGB
CMYK
RGB Variations
Color information
#606AAA (or 0x606AAA) is known color: Chetwode Blue. HEX triplet: 60, 6A and AA. RGB value is (96,106,170). Sum of RGB (Red+Green+Blue) = 96+106+170=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #606AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AAA is #9F9555. Grayscale: #6E6E6E. Windows color (decimal): -10458454 or 11168352. OLE color: 11168352.
HSL color Cylindrical-coordinate representation of color #606AAA: hue angle of 231.89º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #606AAA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 106 | 170 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.33 |
| HSL | 231.89º | 0.3% | 0.52% | - |
| HSV(B) | 231.89º | 0.44% | 0.67% | - |
| XYZ | 17.23 | 15.7 | 40.15 | - |
| YUV | 110.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 170 | 0.44 | 0.38 | 0 | 0.33 | 231.89 | 0.3 | 0.52 |
| Hex | 60 | 6A | AA | 2C | 26 | 0 | 21 | E8 | 1E | 34 |
| Octal | 140 | 152 | 252 | 54 | 46 | 0 | 41 | 350 | 36 | 64 |
| Binary | 1100000 | 1101010 | 10101010 | 101100 | 100110 | 0 | 100001 | 11101000 | 11110 | 110100 |
Color Harmonies of #606AAA
Complementary color
Monochromatic Colors of #606AAA
Black with #606AAA
Text Example
Text Example
White with #606AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606AAA; }
p { color: rgb(96,106,170); }
H1.HeaderClassName
{
color: #606AAA;
}
.AnyTagClassName
{
color: #606AAA;
}
</style>
background-color css
<style>
a { background-color: #606AAA; }
a { background-color: rgb(96,106,170); }
div.DivClassName
{
background-color: #606AAA;
}
.BgClassName
{
background-color: #606AAA;
}
</style>
border-color css
<style>
span { border-color: #606AAA; }
span { border-color: rgb(96,106,170); }
td.TdClassName
{
border-color: #606AAA;
}
.TagClassName
{
border-color: #606AAA;
}
</style>