Shades of Chetwode Blue #6078BF
Tints of Chetwode Blue #6078BF
RGB
CMYK
RGB Variations
Color information
#6078BF (or 0x6078BF) is known color: Chetwode Blue. HEX triplet: 60, 78 and BF. RGB value is (96,120,191). Sum of RGB (Red+Green+Blue) = 96+120+191=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #6078BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6078BF is #9F8740. Grayscale: #787878. Windows color (decimal): -10454849 or 12548192. OLE color: 12548192.
HSL color Cylindrical-coordinate representation of color #6078BF: hue angle of 224.84º 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 #6078BF is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 120 | 191 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.25 |
| HSL | 224.84º | 0.43% | 0.56% | - |
| HSV(B) | 224.84º | 0.5% | 0.75% | - |
| XYZ | 20.94 | 19.68 | 51.99 | - |
| YUV | 120.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 191 | 0.50 | 0.37 | 0 | 0.25 | 224.84 | 0.43 | 0.56 |
| Hex | 60 | 78 | BF | 32 | 25 | 0 | 19 | E1 | 2B | 38 |
| Octal | 140 | 170 | 277 | 62 | 45 | 0 | 31 | 341 | 53 | 70 |
| Binary | 1100000 | 1111000 | 10111111 | 110010 | 100101 | 0 | 11001 | 11100001 | 101011 | 111000 |
Color Harmonies of #6078BF
Complementary color
Monochromatic Colors of #6078BF
Black with #6078BF
Text Example
Text Example
White with #6078BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6078BF; }
p { color: rgb(96,120,191); }
H1.HeaderClassName
{
color: #6078BF;
}
.AnyTagClassName
{
color: #6078BF;
}
</style>
background-color css
<style>
a { background-color: #6078BF; }
a { background-color: rgb(96,120,191); }
div.DivClassName
{
background-color: #6078BF;
}
.BgClassName
{
background-color: #6078BF;
}
</style>
border-color css
<style>
span { border-color: #6078BF; }
span { border-color: rgb(96,120,191); }
td.TdClassName
{
border-color: #6078BF;
}
.TagClassName
{
border-color: #6078BF;
}
</style>