Shades of Chetwode Blue #6074C0
Tints of Chetwode Blue #6074C0
RGB
CMYK
RGB Variations
Color information
#6074C0 (or 0x6074C0) is known color: Chetwode Blue. HEX triplet: 60, 74 and C0. RGB value is (96,116,192). Sum of RGB (Red+Green+Blue) = 96+116+192=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #6074C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6074C0 is #9F8B3F. Grayscale: #767676. Windows color (decimal): -10455872 or 12612704. OLE color: 12612704.
HSL color Cylindrical-coordinate representation of color #6074C0: hue angle of 227.5º 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 #6074C0 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 116 | 192 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.25 |
| HSL | 227.5º | 0.43% | 0.56% | - |
| HSV(B) | 227.5º | 0.5% | 0.75% | - |
| XYZ | 20.58 | 18.78 | 52.41 | - |
| YUV | 118.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 192 | 0.50 | 0.40 | 0 | 0.25 | 227.5 | 0.43 | 0.56 |
| Hex | 60 | 74 | C0 | 32 | 28 | 0 | 19 | E4 | 2B | 38 |
| Octal | 140 | 164 | 300 | 62 | 50 | 0 | 31 | 344 | 53 | 70 |
| Binary | 1100000 | 1110100 | 11000000 | 110010 | 101000 | 0 | 11001 | 11100100 | 101011 | 111000 |
Color Harmonies of #6074C0
Complementary color
Monochromatic Colors of #6074C0
Black with #6074C0
Text Example
Text Example
White with #6074C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6074C0; }
p { color: rgb(96,116,192); }
H1.HeaderClassName
{
color: #6074C0;
}
.AnyTagClassName
{
color: #6074C0;
}
</style>
background-color css
<style>
a { background-color: #6074C0; }
a { background-color: rgb(96,116,192); }
div.DivClassName
{
background-color: #6074C0;
}
.BgClassName
{
background-color: #6074C0;
}
</style>
border-color css
<style>
span { border-color: #6074C0; }
span { border-color: rgb(96,116,192); }
td.TdClassName
{
border-color: #6074C0;
}
.TagClassName
{
border-color: #6074C0;
}
</style>