Shades of Chetwode Blue #6069AE
Tints of Chetwode Blue #6069AE
RGB
CMYK
RGB Variations
Color information
#6069AE (or 0x6069AE) is known color: Chetwode Blue. HEX triplet: 60, 69 and AE. RGB value is (96,105,174). Sum of RGB (Red+Green+Blue) = 96+105+174=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #6069AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6069AE is #9F9651. Grayscale: #6D6D6D. Windows color (decimal): -10458706 or 11430240. OLE color: 11430240.
HSL color Cylindrical-coordinate representation of color #6069AE: hue angle of 233.08º 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 #6069AE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 105 | 174 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.32 |
| HSL | 233.08º | 0.33% | 0.53% | - |
| HSV(B) | 233.08º | 0.45% | 0.68% | - |
| XYZ | 17.52 | 15.65 | 42.14 | - |
| YUV | 110.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 174 | 0.45 | 0.40 | 0 | 0.32 | 233.08 | 0.33 | 0.53 |
| Hex | 60 | 69 | AE | 2D | 28 | 0 | 20 | E9 | 20 | 35 |
| Octal | 140 | 151 | 256 | 55 | 50 | 0 | 40 | 351 | 40 | 65 |
| Binary | 1100000 | 1101001 | 10101110 | 101101 | 101000 | 0 | 100000 | 11101001 | 100000 | 110101 |
Color Harmonies of #6069AE
Complementary color
Monochromatic Colors of #6069AE
Black with #6069AE
Text Example
Text Example
White with #6069AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6069AE; }
p { color: rgb(96,105,174); }
H1.HeaderClassName
{
color: #6069AE;
}
.AnyTagClassName
{
color: #6069AE;
}
</style>
background-color css
<style>
a { background-color: #6069AE; }
a { background-color: rgb(96,105,174); }
div.DivClassName
{
background-color: #6069AE;
}
.BgClassName
{
background-color: #6069AE;
}
</style>
border-color css
<style>
span { border-color: #6069AE; }
span { border-color: rgb(96,105,174); }
td.TdClassName
{
border-color: #6069AE;
}
.TagClassName
{
border-color: #6069AE;
}
</style>