Shades of Chetwode Blue #6F78BF
Tints of Chetwode Blue #6F78BF
RGB
CMYK
RGB Variations
Color information
#6F78BF (or 0x6F78BF) is known color: Chetwode Blue. HEX triplet: 6F, 78 and BF. RGB value is (111,120,191). Sum of RGB (Red+Green+Blue) = 111+120+191=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F78BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F78BF is #908740. Grayscale: #7D7D7D. Windows color (decimal): -9471809 or 12548207. OLE color: 12548207.
HSL color Cylindrical-coordinate representation of color #6F78BF: hue angle of 233.25º 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 #6F78BF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 120 | 191 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.25 |
| HSL | 233.25º | 0.38% | 0.59% | - |
| HSV(B) | 233.25º | 0.42% | 0.75% | - |
| XYZ | 22.68 | 20.57 | 52.07 | - |
| YUV | 125.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 191 | 0.42 | 0.37 | 0 | 0.25 | 233.25 | 0.38 | 0.59 |
| Hex | 6F | 78 | BF | 2A | 25 | 0 | 19 | E9 | 26 | 3B |
| Octal | 157 | 170 | 277 | 52 | 45 | 0 | 31 | 351 | 46 | 73 |
| Binary | 1101111 | 1111000 | 10111111 | 101010 | 100101 | 0 | 11001 | 11101001 | 100110 | 111011 |
Color Harmonies of #6F78BF
Complementary color
Monochromatic Colors of #6F78BF
Black with #6F78BF
Text Example
Text Example
White with #6F78BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F78BF; }
p { color: rgb(111,120,191); }
H1.HeaderClassName
{
color: #6F78BF;
}
.AnyTagClassName
{
color: #6F78BF;
}
</style>
background-color css
<style>
a { background-color: #6F78BF; }
a { background-color: rgb(111,120,191); }
div.DivClassName
{
background-color: #6F78BF;
}
.BgClassName
{
background-color: #6F78BF;
}
</style>
border-color css
<style>
span { border-color: #6F78BF; }
span { border-color: rgb(111,120,191); }
td.TdClassName
{
border-color: #6F78BF;
}
.TagClassName
{
border-color: #6F78BF;
}
</style>