Shades of Chetwode Blue #606AA5
Tints of Chetwode Blue #606AA5
RGB
CMYK
RGB Variations
Color information
#606AA5 (or 0x606AA5) is known color: Chetwode Blue. HEX triplet: 60, 6A and A5. RGB value is (96,106,165). Sum of RGB (Red+Green+Blue) = 96+106+165=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 165 - color contains mainly: blue. Hex color #606AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AA5 is #9F955A. Grayscale: #6D6D6D. Windows color (decimal): -10458459 or 10840672. OLE color: 10840672.
HSL color Cylindrical-coordinate representation of color #606AA5: hue angle of 231.3º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #606AA5 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 106 | 165 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.35 |
| HSL | 231.3º | 0.28% | 0.51% | - |
| HSV(B) | 231.3º | 0.42% | 0.65% | - |
| XYZ | 16.77 | 15.51 | 37.71 | - |
| YUV | 109.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 165 | 0.42 | 0.36 | 0 | 0.35 | 231.3 | 0.28 | 0.51 |
| Hex | 60 | 6A | A5 | 2A | 24 | 0 | 23 | E7 | 1C | 33 |
| Octal | 140 | 152 | 245 | 52 | 44 | 0 | 43 | 347 | 34 | 63 |
| Binary | 1100000 | 1101010 | 10100101 | 101010 | 100100 | 0 | 100011 | 11100111 | 11100 | 110011 |
Color Harmonies of #606AA5
Complementary color
Monochromatic Colors of #606AA5
Black with #606AA5
Text Example
Text Example
White with #606AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606AA5; }
p { color: rgb(96,106,165); }
H1.HeaderClassName
{
color: #606AA5;
}
.AnyTagClassName
{
color: #606AA5;
}
</style>
background-color css
<style>
a { background-color: #606AA5; }
a { background-color: rgb(96,106,165); }
div.DivClassName
{
background-color: #606AA5;
}
.BgClassName
{
background-color: #606AA5;
}
</style>
border-color css
<style>
span { border-color: #606AA5; }
span { border-color: rgb(96,106,165); }
td.TdClassName
{
border-color: #606AA5;
}
.TagClassName
{
border-color: #606AA5;
}
</style>