Shades of Chetwode Blue #6E78BE
Tints of Chetwode Blue #6E78BE
RGB
CMYK
RGB Variations
Color information
#6E78BE (or 0x6E78BE) is known color: Chetwode Blue. HEX triplet: 6E, 78 and BE. RGB value is (110,120,190). Sum of RGB (Red+Green+Blue) = 110+120+190=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E78BE is #918741. Grayscale: #7C7C7C. Windows color (decimal): -9537346 or 12482670. OLE color: 12482670.
HSL color Cylindrical-coordinate representation of color #6E78BE: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E78BE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 120 | 190 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.25 |
| HSL | 232.5º | 0.38% | 0.59% | - |
| HSV(B) | 232.5º | 0.42% | 0.75% | - |
| XYZ | 22.44 | 20.47 | 51.48 | - |
| YUV | 124.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 190 | 0.42 | 0.37 | 0 | 0.25 | 232.5 | 0.38 | 0.59 |
| Hex | 6E | 78 | BE | 2A | 25 | 0 | 19 | E8 | 26 | 3B |
| Octal | 156 | 170 | 276 | 52 | 45 | 0 | 31 | 350 | 46 | 73 |
| Binary | 1101110 | 1111000 | 10111110 | 101010 | 100101 | 0 | 11001 | 11101000 | 100110 | 111011 |
Color Harmonies of #6E78BE
Complementary color
Monochromatic Colors of #6E78BE
Black with #6E78BE
Text Example
Text Example
White with #6E78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E78BE; }
p { color: rgb(110,120,190); }
H1.HeaderClassName
{
color: #6E78BE;
}
.AnyTagClassName
{
color: #6E78BE;
}
</style>
background-color css
<style>
a { background-color: #6E78BE; }
a { background-color: rgb(110,120,190); }
div.DivClassName
{
background-color: #6E78BE;
}
.BgClassName
{
background-color: #6E78BE;
}
</style>
border-color css
<style>
span { border-color: #6E78BE; }
span { border-color: rgb(110,120,190); }
td.TdClassName
{
border-color: #6E78BE;
}
.TagClassName
{
border-color: #6E78BE;
}
</style>