Shades of Chetwode Blue #606CAE
Tints of Chetwode Blue #606CAE
RGB
CMYK
RGB Variations
Color information
#606CAE (or 0x606CAE) is known color: Chetwode Blue. HEX triplet: 60, 6C and AE. RGB value is (96,108,174). Sum of RGB (Red+Green+Blue) = 96+108+174=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #606CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606CAE is #9F9351. Grayscale: #6F6F6F. Windows color (decimal): -10457938 or 11431008. OLE color: 11431008.
HSL color Cylindrical-coordinate representation of color #606CAE: hue angle of 230.77º 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 #606CAE is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 108 | 174 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.32 |
| HSL | 230.77º | 0.33% | 0.53% | - |
| HSV(B) | 230.77º | 0.45% | 0.68% | - |
| XYZ | 17.83 | 16.27 | 42.24 | - |
| YUV | 111.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 174 | 0.45 | 0.38 | 0 | 0.32 | 230.77 | 0.33 | 0.53 |
| Hex | 60 | 6C | AE | 2D | 26 | 0 | 20 | E7 | 20 | 35 |
| Octal | 140 | 154 | 256 | 55 | 46 | 0 | 40 | 347 | 40 | 65 |
| Binary | 1100000 | 1101100 | 10101110 | 101101 | 100110 | 0 | 100000 | 11100111 | 100000 | 110101 |
Color Harmonies of #606CAE
Complementary color
Monochromatic Colors of #606CAE
Black with #606CAE
Text Example
Text Example
White with #606CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CAE; }
p { color: rgb(96,108,174); }
H1.HeaderClassName
{
color: #606CAE;
}
.AnyTagClassName
{
color: #606CAE;
}
</style>
background-color css
<style>
a { background-color: #606CAE; }
a { background-color: rgb(96,108,174); }
div.DivClassName
{
background-color: #606CAE;
}
.BgClassName
{
background-color: #606CAE;
}
</style>
border-color css
<style>
span { border-color: #606CAE; }
span { border-color: rgb(96,108,174); }
td.TdClassName
{
border-color: #606CAE;
}
.TagClassName
{
border-color: #606CAE;
}
</style>