Shades of Chetwode Blue #6073C0
Tints of Chetwode Blue #6073C0
RGB
CMYK
RGB Variations
Color information
#6073C0 (or 0x6073C0) is known color: Chetwode Blue. HEX triplet: 60, 73 and C0. RGB value is (96,115,192). Sum of RGB (Red+Green+Blue) = 96+115+192=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #6073C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073C0 is #9F8C3F. Grayscale: #757575. Windows color (decimal): -10456128 or 12612448. OLE color: 12612448.
HSL color Cylindrical-coordinate representation of color #6073C0: hue angle of 228.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6073C0 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 115 | 192 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.25 |
| HSL | 228.13º | 0.43% | 0.56% | - |
| HSV(B) | 228.13º | 0.5% | 0.75% | - |
| XYZ | 20.47 | 18.55 | 52.37 | - |
| YUV | 118.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 192 | 0.50 | 0.40 | 0 | 0.25 | 228.13 | 0.43 | 0.56 |
| Hex | 60 | 73 | C0 | 32 | 28 | 0 | 19 | E4 | 2B | 38 |
| Octal | 140 | 163 | 300 | 62 | 50 | 0 | 31 | 344 | 53 | 70 |
| Binary | 1100000 | 1110011 | 11000000 | 110010 | 101000 | 0 | 11001 | 11100100 | 101011 | 111000 |
Color Harmonies of #6073C0
Complementary color
Monochromatic Colors of #6073C0
Black with #6073C0
Text Example
Text Example
White with #6073C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073C0; }
p { color: rgb(96,115,192); }
H1.HeaderClassName
{
color: #6073C0;
}
.AnyTagClassName
{
color: #6073C0;
}
</style>
background-color css
<style>
a { background-color: #6073C0; }
a { background-color: rgb(96,115,192); }
div.DivClassName
{
background-color: #6073C0;
}
.BgClassName
{
background-color: #6073C0;
}
</style>
border-color css
<style>
span { border-color: #6073C0; }
span { border-color: rgb(96,115,192); }
td.TdClassName
{
border-color: #6073C0;
}
.TagClassName
{
border-color: #6073C0;
}
</style>