Shades of Chetwode Blue #6073CD
Tints of Chetwode Blue #6073CD
RGB
CMYK
RGB Variations
Color information
#6073CD (or 0x6073CD) is known color: Chetwode Blue. HEX triplet: 60, 73 and CD. RGB value is (96,115,205). Sum of RGB (Red+Green+Blue) = 96+115+205=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #6073CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073CD is #9F8C32. Grayscale: #777777. Windows color (decimal): -10456115 or 13464416. OLE color: 13464416.
HSL color Cylindrical-coordinate representation of color #6073CD: hue angle of 229.54º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6073CD is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 115 | 205 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.20 |
| HSL | 229.54º | 0.52% | 0.59% | - |
| HSV(B) | 229.54º | 0.53% | 0.8% | - |
| XYZ | 21.97 | 19.16 | 60.3 | - |
| YUV | 119.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 205 | 0.53 | 0.44 | 0 | 0.20 | 229.54 | 0.52 | 0.59 |
| Hex | 60 | 73 | CD | 35 | 2C | 0 | 14 | E6 | 34 | 3B |
| Octal | 140 | 163 | 315 | 65 | 54 | 0 | 24 | 346 | 64 | 73 |
| Binary | 1100000 | 1110011 | 11001101 | 110101 | 101100 | 0 | 10100 | 11100110 | 110100 | 111011 |
Color Harmonies of #6073CD
Complementary color
Monochromatic Colors of #6073CD
Black with #6073CD
Text Example
Text Example
White with #6073CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073CD; }
p { color: rgb(96,115,205); }
H1.HeaderClassName
{
color: #6073CD;
}
.AnyTagClassName
{
color: #6073CD;
}
</style>
background-color css
<style>
a { background-color: #6073CD; }
a { background-color: rgb(96,115,205); }
div.DivClassName
{
background-color: #6073CD;
}
.BgClassName
{
background-color: #6073CD;
}
</style>
border-color css
<style>
span { border-color: #6073CD; }
span { border-color: rgb(96,115,205); }
td.TdClassName
{
border-color: #6073CD;
}
.TagClassName
{
border-color: #6073CD;
}
</style>