Shades of Chetwode Blue #6073AA
Tints of Chetwode Blue #6073AA
RGB
CMYK
RGB Variations
Color information
#6073AA (or 0x6073AA) is known color: Chetwode Blue. HEX triplet: 60, 73 and AA. RGB value is (96,115,170). Sum of RGB (Red+Green+Blue) = 96+115+170=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #6073AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6073AA is #9F8C55. Grayscale: #737373. Windows color (decimal): -10456150 or 11170656. OLE color: 11170656.
HSL color Cylindrical-coordinate representation of color #6073AA: hue angle of 224.59º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6073AA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 115 | 170 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.33 |
| HSL | 224.59º | 0.3% | 0.52% | - |
| HSV(B) | 224.59º | 0.44% | 0.67% | - |
| XYZ | 18.21 | 17.65 | 40.48 | - |
| YUV | 115.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 170 | 0.44 | 0.32 | 0 | 0.33 | 224.59 | 0.3 | 0.52 |
| Hex | 60 | 73 | AA | 2C | 20 | 0 | 21 | E1 | 1E | 34 |
| Octal | 140 | 163 | 252 | 54 | 40 | 0 | 41 | 341 | 36 | 64 |
| Binary | 1100000 | 1110011 | 10101010 | 101100 | 100000 | 0 | 100001 | 11100001 | 11110 | 110100 |
Color Harmonies of #6073AA
Complementary color
Monochromatic Colors of #6073AA
Black with #6073AA
Text Example
Text Example
White with #6073AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073AA; }
p { color: rgb(96,115,170); }
H1.HeaderClassName
{
color: #6073AA;
}
.AnyTagClassName
{
color: #6073AA;
}
</style>
background-color css
<style>
a { background-color: #6073AA; }
a { background-color: rgb(96,115,170); }
div.DivClassName
{
background-color: #6073AA;
}
.BgClassName
{
background-color: #6073AA;
}
</style>
border-color css
<style>
span { border-color: #6073AA; }
span { border-color: rgb(96,115,170); }
td.TdClassName
{
border-color: #6073AA;
}
.TagClassName
{
border-color: #6073AA;
}
</style>