Shades of Chetwode Blue #6076C0
Tints of Chetwode Blue #6076C0
RGB
CMYK
RGB Variations
Color information
#6076C0 (or 0x6076C0) is known color: Chetwode Blue. HEX triplet: 60, 76 and C0. RGB value is (96,118,192). Sum of RGB (Red+Green+Blue) = 96+118+192=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #6076C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076C0 is #9F893F. Grayscale: #777777. Windows color (decimal): -10455360 or 12613216. OLE color: 12613216.
HSL color Cylindrical-coordinate representation of color #6076C0: hue angle of 226.25º 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 #6076C0 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 118 | 192 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.25 |
| HSL | 226.25º | 0.43% | 0.56% | - |
| HSV(B) | 226.25º | 0.5% | 0.75% | - |
| XYZ | 20.82 | 19.25 | 52.49 | - |
| YUV | 119.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 192 | 0.50 | 0.39 | 0 | 0.25 | 226.25 | 0.43 | 0.56 |
| Hex | 60 | 76 | C0 | 32 | 27 | 0 | 19 | E2 | 2B | 38 |
| Octal | 140 | 166 | 300 | 62 | 47 | 0 | 31 | 342 | 53 | 70 |
| Binary | 1100000 | 1110110 | 11000000 | 110010 | 100111 | 0 | 11001 | 11100010 | 101011 | 111000 |
Color Harmonies of #6076C0
Complementary color
Monochromatic Colors of #6076C0
Black with #6076C0
Text Example
Text Example
White with #6076C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6076C0; }
p { color: rgb(96,118,192); }
H1.HeaderClassName
{
color: #6076C0;
}
.AnyTagClassName
{
color: #6076C0;
}
</style>
background-color css
<style>
a { background-color: #6076C0; }
a { background-color: rgb(96,118,192); }
div.DivClassName
{
background-color: #6076C0;
}
.BgClassName
{
background-color: #6076C0;
}
</style>
border-color css
<style>
span { border-color: #6076C0; }
span { border-color: rgb(96,118,192); }
td.TdClassName
{
border-color: #6076C0;
}
.TagClassName
{
border-color: #6076C0;
}
</style>