Shades of Chetwode Blue #6073AF
Tints of Chetwode Blue #6073AF
RGB
CMYK
RGB Variations
Color information
#6073AF (or 0x6073AF) is known color: Chetwode Blue. HEX triplet: 60, 73 and AF. RGB value is (96,115,175). Sum of RGB (Red+Green+Blue) = 96+115+175=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #6073AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6073AF is #9F8C50. Grayscale: #737373. Windows color (decimal): -10456145 or 11498336. OLE color: 11498336.
HSL color Cylindrical-coordinate representation of color #6073AF: hue angle of 225.57º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6073AF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 115 | 175 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.31 |
| HSL | 225.57º | 0.33% | 0.53% | - |
| HSV(B) | 225.57º | 0.45% | 0.69% | - |
| XYZ | 18.69 | 17.84 | 43.02 | - |
| YUV | 116.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 175 | 0.45 | 0.34 | 0 | 0.31 | 225.57 | 0.33 | 0.53 |
| Hex | 60 | 73 | AF | 2D | 22 | 0 | 1F | E2 | 21 | 35 |
| Octal | 140 | 163 | 257 | 55 | 42 | 0 | 37 | 342 | 41 | 65 |
| Binary | 1100000 | 1110011 | 10101111 | 101101 | 100010 | 0 | 11111 | 11100010 | 100001 | 110101 |
Color Harmonies of #6073AF
Complementary color
Monochromatic Colors of #6073AF
Black with #6073AF
Text Example
Text Example
White with #6073AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073AF; }
p { color: rgb(96,115,175); }
H1.HeaderClassName
{
color: #6073AF;
}
.AnyTagClassName
{
color: #6073AF;
}
</style>
background-color css
<style>
a { background-color: #6073AF; }
a { background-color: rgb(96,115,175); }
div.DivClassName
{
background-color: #6073AF;
}
.BgClassName
{
background-color: #6073AF;
}
</style>
border-color css
<style>
span { border-color: #6073AF; }
span { border-color: rgb(96,115,175); }
td.TdClassName
{
border-color: #6073AF;
}
.TagClassName
{
border-color: #6073AF;
}
</style>