Shades of Chetwode Blue #6066AE
Tints of Chetwode Blue #6066AE
RGB
CMYK
RGB Variations
Color information
#6066AE (or 0x6066AE) is known color: Chetwode Blue. HEX triplet: 60, 66 and AE. RGB value is (96,102,174). Sum of RGB (Red+Green+Blue) = 96+102+174=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #6066AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6066AE is #9F9951. Grayscale: #6C6C6C. Windows color (decimal): -10459474 or 11429472. OLE color: 11429472.
HSL color Cylindrical-coordinate representation of color #6066AE: hue angle of 235.38º 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 #6066AE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 102 | 174 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.32 |
| HSL | 235.38º | 0.33% | 0.53% | - |
| HSV(B) | 235.38º | 0.45% | 0.68% | - |
| XYZ | 17.22 | 15.05 | 42.04 | - |
| YUV | 108.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 174 | 0.45 | 0.41 | 0 | 0.32 | 235.38 | 0.33 | 0.53 |
| Hex | 60 | 66 | AE | 2D | 29 | 0 | 20 | EB | 20 | 35 |
| Octal | 140 | 146 | 256 | 55 | 51 | 0 | 40 | 353 | 40 | 65 |
| Binary | 1100000 | 1100110 | 10101110 | 101101 | 101001 | 0 | 100000 | 11101011 | 100000 | 110101 |
Color Harmonies of #6066AE
Complementary color
Monochromatic Colors of #6066AE
Black with #6066AE
Text Example
Text Example
White with #6066AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6066AE; }
p { color: rgb(96,102,174); }
H1.HeaderClassName
{
color: #6066AE;
}
.AnyTagClassName
{
color: #6066AE;
}
</style>
background-color css
<style>
a { background-color: #6066AE; }
a { background-color: rgb(96,102,174); }
div.DivClassName
{
background-color: #6066AE;
}
.BgClassName
{
background-color: #6066AE;
}
</style>
border-color css
<style>
span { border-color: #6066AE; }
span { border-color: rgb(96,102,174); }
td.TdClassName
{
border-color: #6066AE;
}
.TagClassName
{
border-color: #6066AE;
}
</style>