Shades of Chetwode Blue #6072BD
Tints of Chetwode Blue #6072BD
RGB
CMYK
RGB Variations
Color information
#6072BD (or 0x6072BD) is known color: Chetwode Blue. HEX triplet: 60, 72 and BD. RGB value is (96,114,189). Sum of RGB (Red+Green+Blue) = 96+114+189=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #6072BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072BD is #9F8D42. Grayscale: #747474. Windows color (decimal): -10456387 or 12415584. OLE color: 12415584.
HSL color Cylindrical-coordinate representation of color #6072BD: hue angle of 228.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6072BD is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 114 | 189 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.26 |
| HSL | 228.39º | 0.41% | 0.56% | - |
| HSV(B) | 228.39º | 0.49% | 0.74% | - |
| XYZ | 20.03 | 18.2 | 50.6 | - |
| YUV | 117.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 189 | 0.49 | 0.40 | 0 | 0.26 | 228.39 | 0.41 | 0.56 |
| Hex | 60 | 72 | BD | 31 | 28 | 0 | 1A | E4 | 29 | 38 |
| Octal | 140 | 162 | 275 | 61 | 50 | 0 | 32 | 344 | 51 | 70 |
| Binary | 1100000 | 1110010 | 10111101 | 110001 | 101000 | 0 | 11010 | 11100100 | 101001 | 111000 |
Color Harmonies of #6072BD
Complementary color
Monochromatic Colors of #6072BD
Black with #6072BD
Text Example
Text Example
White with #6072BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072BD; }
p { color: rgb(96,114,189); }
H1.HeaderClassName
{
color: #6072BD;
}
.AnyTagClassName
{
color: #6072BD;
}
</style>
background-color css
<style>
a { background-color: #6072BD; }
a { background-color: rgb(96,114,189); }
div.DivClassName
{
background-color: #6072BD;
}
.BgClassName
{
background-color: #6072BD;
}
</style>
border-color css
<style>
span { border-color: #6072BD; }
span { border-color: rgb(96,114,189); }
td.TdClassName
{
border-color: #6072BD;
}
.TagClassName
{
border-color: #6072BD;
}
</style>