Shades of Chetwode Blue #606BAE
Tints of Chetwode Blue #606BAE
RGB
CMYK
RGB Variations
Color information
#606BAE (or 0x606BAE) is known color: Chetwode Blue. HEX triplet: 60, 6B and AE. RGB value is (96,107,174). Sum of RGB (Red+Green+Blue) = 96+107+174=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #606BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606BAE is #9F9451. Grayscale: #6F6F6F. Windows color (decimal): -10458194 or 11430752. OLE color: 11430752.
HSL color Cylindrical-coordinate representation of color #606BAE: hue angle of 231.54º 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 #606BAE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 107 | 174 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.32 |
| HSL | 231.54º | 0.33% | 0.53% | - |
| HSV(B) | 231.54º | 0.45% | 0.68% | - |
| XYZ | 17.72 | 16.06 | 42.21 | - |
| YUV | 111.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 174 | 0.45 | 0.39 | 0 | 0.32 | 231.54 | 0.33 | 0.53 |
| Hex | 60 | 6B | AE | 2D | 27 | 0 | 20 | E8 | 20 | 35 |
| Octal | 140 | 153 | 256 | 55 | 47 | 0 | 40 | 350 | 40 | 65 |
| Binary | 1100000 | 1101011 | 10101110 | 101101 | 100111 | 0 | 100000 | 11101000 | 100000 | 110101 |
Color Harmonies of #606BAE
Complementary color
Monochromatic Colors of #606BAE
Black with #606BAE
Text Example
Text Example
White with #606BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BAE; }
p { color: rgb(96,107,174); }
H1.HeaderClassName
{
color: #606BAE;
}
.AnyTagClassName
{
color: #606BAE;
}
</style>
background-color css
<style>
a { background-color: #606BAE; }
a { background-color: rgb(96,107,174); }
div.DivClassName
{
background-color: #606BAE;
}
.BgClassName
{
background-color: #606BAE;
}
</style>
border-color css
<style>
span { border-color: #606BAE; }
span { border-color: rgb(96,107,174); }
td.TdClassName
{
border-color: #606BAE;
}
.TagClassName
{
border-color: #606BAE;
}
</style>