Shades of Chetwode Blue #6073AE
Tints of Chetwode Blue #6073AE
RGB
CMYK
RGB Variations
Color information
#6073AE (or 0x6073AE) is known color: Chetwode Blue. HEX triplet: 60, 73 and AE. RGB value is (96,115,174). Sum of RGB (Red+Green+Blue) = 96+115+174=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #6073AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6073AE is #9F8C51. Grayscale: #737373. Windows color (decimal): -10456146 or 11432800. OLE color: 11432800.
HSL color Cylindrical-coordinate representation of color #6073AE: hue angle of 225.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 #6073AE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 115 | 174 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.32 |
| HSL | 225.38º | 0.33% | 0.53% | - |
| HSV(B) | 225.38º | 0.45% | 0.68% | - |
| XYZ | 18.59 | 17.8 | 42.5 | - |
| YUV | 116.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 174 | 0.45 | 0.34 | 0 | 0.32 | 225.38 | 0.33 | 0.53 |
| Hex | 60 | 73 | AE | 2D | 22 | 0 | 20 | E1 | 20 | 35 |
| Octal | 140 | 163 | 256 | 55 | 42 | 0 | 40 | 341 | 40 | 65 |
| Binary | 1100000 | 1110011 | 10101110 | 101101 | 100010 | 0 | 100000 | 11100001 | 100000 | 110101 |
Color Harmonies of #6073AE
Complementary color
Monochromatic Colors of #6073AE
Black with #6073AE
Text Example
Text Example
White with #6073AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073AE; }
p { color: rgb(96,115,174); }
H1.HeaderClassName
{
color: #6073AE;
}
.AnyTagClassName
{
color: #6073AE;
}
</style>
background-color css
<style>
a { background-color: #6073AE; }
a { background-color: rgb(96,115,174); }
div.DivClassName
{
background-color: #6073AE;
}
.BgClassName
{
background-color: #6073AE;
}
</style>
border-color css
<style>
span { border-color: #6073AE; }
span { border-color: rgb(96,115,174); }
td.TdClassName
{
border-color: #6073AE;
}
.TagClassName
{
border-color: #6073AE;
}
</style>