Shades of Chetwode Blue #6072CF
Tints of Chetwode Blue #6072CF
RGB
CMYK
RGB Variations
Color information
#6072CF (or 0x6072CF) is known color: Chetwode Blue. HEX triplet: 60, 72 and CF. RGB value is (96,114,207). Sum of RGB (Red+Green+Blue) = 96+114+207=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #6072CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072CF is #9F8D30. Grayscale: #767676. Windows color (decimal): -10456369 or 13595232. OLE color: 13595232.
HSL color Cylindrical-coordinate representation of color #6072CF: hue angle of 230.27º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6072CF is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 114 | 207 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.19 |
| HSL | 230.27º | 0.54% | 0.59% | - |
| HSV(B) | 230.27º | 0.54% | 0.81% | - |
| XYZ | 22.1 | 19.03 | 61.54 | - |
| YUV | 119.22 | 177.54 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 207 | 0.54 | 0.45 | 0 | 0.19 | 230.27 | 0.54 | 0.59 |
| Hex | 60 | 72 | CF | 36 | 2D | 0 | 13 | E6 | 36 | 3B |
| Octal | 140 | 162 | 317 | 66 | 55 | 0 | 23 | 346 | 66 | 73 |
| Binary | 1100000 | 1110010 | 11001111 | 110110 | 101101 | 0 | 10011 | 11100110 | 110110 | 111011 |
Color Harmonies of #6072CF
Complementary color
Monochromatic Colors of #6072CF
Black with #6072CF
Text Example
Text Example
White with #6072CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072CF; }
p { color: rgb(96,114,207); }
H1.HeaderClassName
{
color: #6072CF;
}
.AnyTagClassName
{
color: #6072CF;
}
</style>
background-color css
<style>
a { background-color: #6072CF; }
a { background-color: rgb(96,114,207); }
div.DivClassName
{
background-color: #6072CF;
}
.BgClassName
{
background-color: #6072CF;
}
</style>
border-color css
<style>
span { border-color: #6072CF; }
span { border-color: rgb(96,114,207); }
td.TdClassName
{
border-color: #6072CF;
}
.TagClassName
{
border-color: #6072CF;
}
</style>