Shades of Chetwode Blue #6072CC
Tints of Chetwode Blue #6072CC
RGB
CMYK
RGB Variations
Color information
#6072CC (or 0x6072CC) is known color: Chetwode Blue. HEX triplet: 60, 72 and CC. RGB value is (96,114,204). Sum of RGB (Red+Green+Blue) = 96+114+204=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #6072CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072CC is #9F8D33. Grayscale: #767676. Windows color (decimal): -10456372 or 13398624. OLE color: 13398624.
HSL color Cylindrical-coordinate representation of color #6072CC: hue angle of 230º degrees, saturation: 0.51, 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 #6072CC is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 114 | 204 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.2 |
| HSL | 230º | 0.51% | 0.59% | - |
| HSV(B) | 230º | 0.53% | 0.8% | - |
| XYZ | 21.74 | 18.88 | 59.63 | - |
| YUV | 118.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 204 | 0.53 | 0.44 | 0 | 0.2 | 230 | 0.51 | 0.59 |
| Hex | 60 | 72 | CC | 35 | 2C | 0 | 14 | E6 | 33 | 3B |
| Octal | 140 | 162 | 314 | 65 | 54 | 0 | 24 | 346 | 63 | 73 |
| Binary | 1100000 | 1110010 | 11001100 | 110101 | 101100 | 0 | 10100 | 11100110 | 110011 | 111011 |
Color Harmonies of #6072CC
Complementary color
Monochromatic Colors of #6072CC
Black with #6072CC
Text Example
Text Example
White with #6072CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072CC; }
p { color: rgb(96,114,204); }
H1.HeaderClassName
{
color: #6072CC;
}
.AnyTagClassName
{
color: #6072CC;
}
</style>
background-color css
<style>
a { background-color: #6072CC; }
a { background-color: rgb(96,114,204); }
div.DivClassName
{
background-color: #6072CC;
}
.BgClassName
{
background-color: #6072CC;
}
</style>
border-color css
<style>
span { border-color: #6072CC; }
span { border-color: rgb(96,114,204); }
td.TdClassName
{
border-color: #6072CC;
}
.TagClassName
{
border-color: #6072CC;
}
</style>