Shades of Chetwode Blue #6073B9
Tints of Chetwode Blue #6073B9
RGB
CMYK
RGB Variations
Color information
#6073B9 (or 0x6073B9) is known color: Chetwode Blue. HEX triplet: 60, 73 and B9. RGB value is (96,115,185). Sum of RGB (Red+Green+Blue) = 96+115+185=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #6073B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073B9 is #9F8C46. Grayscale: #757575. Windows color (decimal): -10456135 or 12153696. OLE color: 12153696.
HSL color Cylindrical-coordinate representation of color #6073B9: hue angle of 227.19º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6073B9 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 115 | 185 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.27 |
| HSL | 227.19º | 0.39% | 0.55% | - |
| HSV(B) | 227.19º | 0.48% | 0.73% | - |
| XYZ | 19.71 | 18.25 | 48.38 | - |
| YUV | 117.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 185 | 0.48 | 0.38 | 0 | 0.27 | 227.19 | 0.39 | 0.55 |
| Hex | 60 | 73 | B9 | 30 | 26 | 0 | 1B | E3 | 27 | 37 |
| Octal | 140 | 163 | 271 | 60 | 46 | 0 | 33 | 343 | 47 | 67 |
| Binary | 1100000 | 1110011 | 10111001 | 110000 | 100110 | 0 | 11011 | 11100011 | 100111 | 110111 |
Color Harmonies of #6073B9
Complementary color
Monochromatic Colors of #6073B9
Black with #6073B9
Text Example
Text Example
White with #6073B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073B9; }
p { color: rgb(96,115,185); }
H1.HeaderClassName
{
color: #6073B9;
}
.AnyTagClassName
{
color: #6073B9;
}
</style>
background-color css
<style>
a { background-color: #6073B9; }
a { background-color: rgb(96,115,185); }
div.DivClassName
{
background-color: #6073B9;
}
.BgClassName
{
background-color: #6073B9;
}
</style>
border-color css
<style>
span { border-color: #6073B9; }
span { border-color: rgb(96,115,185); }
td.TdClassName
{
border-color: #6073B9;
}
.TagClassName
{
border-color: #6073B9;
}
</style>