Shades of Chetwode Blue #6F78CE
Tints of Chetwode Blue #6F78CE
RGB
CMYK
RGB Variations
Color information
#6F78CE (or 0x6F78CE) is known color: Chetwode Blue. HEX triplet: 6F, 78 and CE. RGB value is (111,120,206). Sum of RGB (Red+Green+Blue) = 111+120+206=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F78CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F78CE is #908731. Grayscale: #7E7E7E. Windows color (decimal): -9471794 or 13531247. OLE color: 13531247.
HSL color Cylindrical-coordinate representation of color #6F78CE: hue angle of 234.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F78CE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 120 | 206 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.19 |
| HSL | 234.32º | 0.49% | 0.62% | - |
| HSV(B) | 234.32º | 0.46% | 0.81% | - |
| XYZ | 24.41 | 21.27 | 61.21 | - |
| YUV | 127.11 | 172.52 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 206 | 0.46 | 0.42 | 0 | 0.19 | 234.32 | 0.49 | 0.62 |
| Hex | 6F | 78 | CE | 2E | 2A | 0 | 13 | EA | 31 | 3E |
| Octal | 157 | 170 | 316 | 56 | 52 | 0 | 23 | 352 | 61 | 76 |
| Binary | 1101111 | 1111000 | 11001110 | 101110 | 101010 | 0 | 10011 | 11101010 | 110001 | 111110 |
Color Harmonies of #6F78CE
Complementary color
Monochromatic Colors of #6F78CE
Black with #6F78CE
Text Example
Text Example
White with #6F78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F78CE; }
p { color: rgb(111,120,206); }
H1.HeaderClassName
{
color: #6F78CE;
}
.AnyTagClassName
{
color: #6F78CE;
}
</style>
background-color css
<style>
a { background-color: #6F78CE; }
a { background-color: rgb(111,120,206); }
div.DivClassName
{
background-color: #6F78CE;
}
.BgClassName
{
background-color: #6F78CE;
}
</style>
border-color css
<style>
span { border-color: #6F78CE; }
span { border-color: rgb(111,120,206); }
td.TdClassName
{
border-color: #6F78CE;
}
.TagClassName
{
border-color: #6F78CE;
}
</style>