Shades of Chetwode Blue #606BA1
Tints of Chetwode Blue #606BA1
RGB
CMYK
RGB Variations
Color information
#606BA1 (or 0x606BA1) is known color: Chetwode Blue. HEX triplet: 60, 6B and A1. RGB value is (96,107,161). Sum of RGB (Red+Green+Blue) = 96+107+161=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 161 - color contains mainly: blue. Hex color #606BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606BA1 is #9F945E. Grayscale: #6D6D6D. Windows color (decimal): -10458207 or 10578784. OLE color: 10578784.
HSL color Cylindrical-coordinate representation of color #606BA1: hue angle of 229.85º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606BA1 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 107 | 161 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.37 |
| HSL | 229.85º | 0.26% | 0.5% | - |
| HSV(B) | 229.85º | 0.4% | 0.63% | - |
| XYZ | 16.51 | 15.58 | 35.85 | - |
| YUV | 109.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 161 | 0.40 | 0.34 | 0 | 0.37 | 229.85 | 0.26 | 0.5 |
| Hex | 60 | 6B | A1 | 28 | 22 | 0 | 25 | E6 | 1A | 32 |
| Octal | 140 | 153 | 241 | 50 | 42 | 0 | 45 | 346 | 32 | 62 |
| Binary | 1100000 | 1101011 | 10100001 | 101000 | 100010 | 0 | 100101 | 11100110 | 11010 | 110010 |
Color Harmonies of #606BA1
Complementary color
Monochromatic Colors of #606BA1
Black with #606BA1
Text Example
Text Example
White with #606BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BA1; }
p { color: rgb(96,107,161); }
H1.HeaderClassName
{
color: #606BA1;
}
.AnyTagClassName
{
color: #606BA1;
}
</style>
background-color css
<style>
a { background-color: #606BA1; }
a { background-color: rgb(96,107,161); }
div.DivClassName
{
background-color: #606BA1;
}
.BgClassName
{
background-color: #606BA1;
}
</style>
border-color css
<style>
span { border-color: #606BA1; }
span { border-color: rgb(96,107,161); }
td.TdClassName
{
border-color: #606BA1;
}
.TagClassName
{
border-color: #606BA1;
}
</style>