Shades of Chetwode Blue #6072B5
Tints of Chetwode Blue #6072B5
RGB
CMYK
RGB Variations
Color information
#6072B5 (or 0x6072B5) is known color: Chetwode Blue. HEX triplet: 60, 72 and B5. RGB value is (96,114,181). Sum of RGB (Red+Green+Blue) = 96+114+181=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #6072B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072B5 is #9F8D4A. Grayscale: #737373. Windows color (decimal): -10456395 or 11891296. OLE color: 11891296.
HSL color Cylindrical-coordinate representation of color #6072B5: hue angle of 227.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6072B5 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 114 | 181 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.29 |
| HSL | 227.29º | 0.36% | 0.54% | - |
| HSV(B) | 227.29º | 0.47% | 0.71% | - |
| XYZ | 19.18 | 17.86 | 46.15 | - |
| YUV | 116.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 181 | 0.47 | 0.37 | 0 | 0.29 | 227.29 | 0.36 | 0.54 |
| Hex | 60 | 72 | B5 | 2F | 25 | 0 | 1D | E3 | 24 | 36 |
| Octal | 140 | 162 | 265 | 57 | 45 | 0 | 35 | 343 | 44 | 66 |
| Binary | 1100000 | 1110010 | 10110101 | 101111 | 100101 | 0 | 11101 | 11100011 | 100100 | 110110 |
Color Harmonies of #6072B5
Complementary color
Monochromatic Colors of #6072B5
Black with #6072B5
Text Example
Text Example
White with #6072B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072B5; }
p { color: rgb(96,114,181); }
H1.HeaderClassName
{
color: #6072B5;
}
.AnyTagClassName
{
color: #6072B5;
}
</style>
background-color css
<style>
a { background-color: #6072B5; }
a { background-color: rgb(96,114,181); }
div.DivClassName
{
background-color: #6072B5;
}
.BgClassName
{
background-color: #6072B5;
}
</style>
border-color css
<style>
span { border-color: #6072B5; }
span { border-color: rgb(96,114,181); }
td.TdClassName
{
border-color: #6072B5;
}
.TagClassName
{
border-color: #6072B5;
}
</style>