Shades of Chetwode Blue #6072CE
Tints of Chetwode Blue #6072CE
RGB
CMYK
RGB Variations
Color information
#6072CE (or 0x6072CE) is known color: Chetwode Blue. HEX triplet: 60, 72 and CE. RGB value is (96,114,206). Sum of RGB (Red+Green+Blue) = 96+114+206=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #6072CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072CE is #9F8D31. Grayscale: #767676. Windows color (decimal): -10456370 or 13529696. OLE color: 13529696.
HSL color Cylindrical-coordinate representation of color #6072CE: hue angle of 230.18º 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 #6072CE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 114 | 206 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.19 |
| HSL | 230.18º | 0.53% | 0.59% | - |
| HSV(B) | 230.18º | 0.53% | 0.81% | - |
| XYZ | 21.98 | 18.98 | 60.9 | - |
| YUV | 119.11 | 177.04 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 206 | 0.53 | 0.45 | 0 | 0.19 | 230.18 | 0.53 | 0.59 |
| Hex | 60 | 72 | CE | 35 | 2D | 0 | 13 | E6 | 35 | 3B |
| Octal | 140 | 162 | 316 | 65 | 55 | 0 | 23 | 346 | 65 | 73 |
| Binary | 1100000 | 1110010 | 11001110 | 110101 | 101101 | 0 | 10011 | 11100110 | 110101 | 111011 |
Color Harmonies of #6072CE
Complementary color
Monochromatic Colors of #6072CE
Black with #6072CE
Text Example
Text Example
White with #6072CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072CE; }
p { color: rgb(96,114,206); }
H1.HeaderClassName
{
color: #6072CE;
}
.AnyTagClassName
{
color: #6072CE;
}
</style>
background-color css
<style>
a { background-color: #6072CE; }
a { background-color: rgb(96,114,206); }
div.DivClassName
{
background-color: #6072CE;
}
.BgClassName
{
background-color: #6072CE;
}
</style>
border-color css
<style>
span { border-color: #6072CE; }
span { border-color: rgb(96,114,206); }
td.TdClassName
{
border-color: #6072CE;
}
.TagClassName
{
border-color: #6072CE;
}
</style>