Shades of Chetwode Blue #6D78BC
Tints of Chetwode Blue #6D78BC
RGB
CMYK
RGB Variations
Color information
#6D78BC (or 0x6D78BC) is known color: Chetwode Blue. HEX triplet: 6D, 78 and BC. RGB value is (109,120,188). Sum of RGB (Red+Green+Blue) = 109+120+188=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D78BC is #928743. Grayscale: #7C7C7C. Windows color (decimal): -9602884 or 12351597. OLE color: 12351597.
HSL color Cylindrical-coordinate representation of color #6D78BC: hue angle of 231.65º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D78BC is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 120 | 188 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.26 |
| HSL | 231.65º | 0.37% | 0.58% | - |
| HSV(B) | 231.65º | 0.42% | 0.74% | - |
| XYZ | 22.1 | 20.31 | 50.33 | - |
| YUV | 124.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 188 | 0.42 | 0.36 | 0 | 0.26 | 231.65 | 0.37 | 0.58 |
| Hex | 6D | 78 | BC | 2A | 24 | 0 | 1A | E8 | 25 | 3A |
| Octal | 155 | 170 | 274 | 52 | 44 | 0 | 32 | 350 | 45 | 72 |
| Binary | 1101101 | 1111000 | 10111100 | 101010 | 100100 | 0 | 11010 | 11101000 | 100101 | 111010 |
Color Harmonies of #6D78BC
Complementary color
Monochromatic Colors of #6D78BC
Black with #6D78BC
Text Example
Text Example
White with #6D78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D78BC; }
p { color: rgb(109,120,188); }
H1.HeaderClassName
{
color: #6D78BC;
}
.AnyTagClassName
{
color: #6D78BC;
}
</style>
background-color css
<style>
a { background-color: #6D78BC; }
a { background-color: rgb(109,120,188); }
div.DivClassName
{
background-color: #6D78BC;
}
.BgClassName
{
background-color: #6D78BC;
}
</style>
border-color css
<style>
span { border-color: #6D78BC; }
span { border-color: rgb(109,120,188); }
td.TdClassName
{
border-color: #6D78BC;
}
.TagClassName
{
border-color: #6D78BC;
}
</style>