Shades of Chetwode Blue #6073CE
Tints of Chetwode Blue #6073CE
RGB
CMYK
RGB Variations
Color information
#6073CE (or 0x6073CE) is known color: Chetwode Blue. HEX triplet: 60, 73 and CE. RGB value is (96,115,206). Sum of RGB (Red+Green+Blue) = 96+115+206=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #6073CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073CE is #9F8C31. Grayscale: #777777. Windows color (decimal): -10456114 or 13529952. OLE color: 13529952.
HSL color Cylindrical-coordinate representation of color #6073CE: hue angle of 229.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6073CE is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 115 | 206 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.19 |
| HSL | 229.64º | 0.53% | 0.59% | - |
| HSV(B) | 229.64º | 0.53% | 0.81% | - |
| XYZ | 22.1 | 19.2 | 60.93 | - |
| YUV | 119.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 206 | 0.53 | 0.44 | 0 | 0.19 | 229.64 | 0.53 | 0.59 |
| Hex | 60 | 73 | CE | 35 | 2C | 0 | 13 | E6 | 35 | 3B |
| Octal | 140 | 163 | 316 | 65 | 54 | 0 | 23 | 346 | 65 | 73 |
| Binary | 1100000 | 1110011 | 11001110 | 110101 | 101100 | 0 | 10011 | 11100110 | 110101 | 111011 |
Color Harmonies of #6073CE
Complementary color
Monochromatic Colors of #6073CE
Black with #6073CE
Text Example
Text Example
White with #6073CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073CE; }
p { color: rgb(96,115,206); }
H1.HeaderClassName
{
color: #6073CE;
}
.AnyTagClassName
{
color: #6073CE;
}
</style>
background-color css
<style>
a { background-color: #6073CE; }
a { background-color: rgb(96,115,206); }
div.DivClassName
{
background-color: #6073CE;
}
.BgClassName
{
background-color: #6073CE;
}
</style>
border-color css
<style>
span { border-color: #6073CE; }
span { border-color: rgb(96,115,206); }
td.TdClassName
{
border-color: #6073CE;
}
.TagClassName
{
border-color: #6073CE;
}
</style>