Shades of Chetwode Blue #6078AA
Tints of Chetwode Blue #6078AA
RGB
CMYK
RGB Variations
Color information
#6078AA (or 0x6078AA) is known color: Chetwode Blue. HEX triplet: 60, 78 and AA. RGB value is (96,120,170). Sum of RGB (Red+Green+Blue) = 96+120+170=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #6078AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6078AA is #9F8755. Grayscale: #767676. Windows color (decimal): -10454870 or 11171936. OLE color: 11171936.
HSL color Cylindrical-coordinate representation of color #6078AA: hue angle of 220.54º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6078AA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 120 | 170 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.33 |
| HSL | 220.54º | 0.3% | 0.52% | - |
| HSV(B) | 220.54º | 0.44% | 0.67% | - |
| XYZ | 18.8 | 18.82 | 40.67 | - |
| YUV | 118.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 170 | 0.44 | 0.29 | 0 | 0.33 | 220.54 | 0.3 | 0.52 |
| Hex | 60 | 78 | AA | 2C | 1D | 0 | 21 | DD | 1E | 34 |
| Octal | 140 | 170 | 252 | 54 | 35 | 0 | 41 | 335 | 36 | 64 |
| Binary | 1100000 | 1111000 | 10101010 | 101100 | 11101 | 0 | 100001 | 11011101 | 11110 | 110100 |
Color Harmonies of #6078AA
Complementary color
Monochromatic Colors of #6078AA
Black with #6078AA
Text Example
Text Example
White with #6078AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6078AA; }
p { color: rgb(96,120,170); }
H1.HeaderClassName
{
color: #6078AA;
}
.AnyTagClassName
{
color: #6078AA;
}
</style>
background-color css
<style>
a { background-color: #6078AA; }
a { background-color: rgb(96,120,170); }
div.DivClassName
{
background-color: #6078AA;
}
.BgClassName
{
background-color: #6078AA;
}
</style>
border-color css
<style>
span { border-color: #6078AA; }
span { border-color: rgb(96,120,170); }
td.TdClassName
{
border-color: #6078AA;
}
.TagClassName
{
border-color: #6078AA;
}
</style>