Shades of Chetwode Blue #6F78BC
Tints of Chetwode Blue #6F78BC
RGB
CMYK
RGB Variations
Color information
#6F78BC (or 0x6F78BC) is known color: Chetwode Blue. HEX triplet: 6F, 78 and BC. RGB value is (111,120,188). Sum of RGB (Red+Green+Blue) = 111+120+188=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F78BC is #908743. Grayscale: #7C7C7C. Windows color (decimal): -9471812 or 12351599. OLE color: 12351599.
HSL color Cylindrical-coordinate representation of color #6F78BC: hue angle of 232.99º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F78BC is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 120 | 188 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.26 |
| HSL | 232.99º | 0.36% | 0.59% | - |
| HSV(B) | 232.99º | 0.41% | 0.74% | - |
| XYZ | 22.35 | 20.44 | 50.34 | - |
| YUV | 125.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 188 | 0.41 | 0.36 | 0 | 0.26 | 232.99 | 0.36 | 0.59 |
| Hex | 6F | 78 | BC | 29 | 24 | 0 | 1A | E9 | 24 | 3B |
| Octal | 157 | 170 | 274 | 51 | 44 | 0 | 32 | 351 | 44 | 73 |
| Binary | 1101111 | 1111000 | 10111100 | 101001 | 100100 | 0 | 11010 | 11101001 | 100100 | 111011 |
Color Harmonies of #6F78BC
Complementary color
Monochromatic Colors of #6F78BC
Black with #6F78BC
Text Example
Text Example
White with #6F78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F78BC; }
p { color: rgb(111,120,188); }
H1.HeaderClassName
{
color: #6F78BC;
}
.AnyTagClassName
{
color: #6F78BC;
}
</style>
background-color css
<style>
a { background-color: #6F78BC; }
a { background-color: rgb(111,120,188); }
div.DivClassName
{
background-color: #6F78BC;
}
.BgClassName
{
background-color: #6F78BC;
}
</style>
border-color css
<style>
span { border-color: #6F78BC; }
span { border-color: rgb(111,120,188); }
td.TdClassName
{
border-color: #6F78BC;
}
.TagClassName
{
border-color: #6F78BC;
}
</style>