Shades of Blue Bayoux #6F7678
Tints of Blue Bayoux #6F7678
RGB
CMYK
RGB Variations
Color information
#6F7678 (or 0x6F7678) is known color: Blue Bayoux. HEX triplet: 6F, 76 and 78. RGB value is (111,118,120). Sum of RGB (Red+Green+Blue) = 111+118+120=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F7678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7678 is #908987. Grayscale: #747474. Windows color (decimal): -9472392 or 7894639. OLE color: 7894639.
HSL color Cylindrical-coordinate representation of color #6F7678: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F7678 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 118 | 120 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.53 |
| HSL | 193.33º | 0.04% | 0.45% | - |
| HSV(B) | 193.33º | 0.07% | 0.47% | - |
| XYZ | 16.42 | 17.69 | 20.32 | - |
| YUV | 116.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 120 | 0.08 | 0.02 | 0 | 0.53 | 193.33 | 0.04 | 0.45 |
| Hex | 6F | 76 | 78 | 8 | 2 | 0 | 35 | C1 | 4 | 2D |
| Octal | 157 | 166 | 170 | 10 | 2 | 0 | 65 | 301 | 4 | 55 |
| Binary | 1101111 | 1110110 | 1111000 | 1000 | 10 | 0 | 110101 | 11000001 | 100 | 101101 |
Color Harmonies of #6F7678
Complementary color
Monochromatic Colors of #6F7678
Black with #6F7678
Text Example
Text Example
White with #6F7678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7678; }
p { color: rgb(111,118,120); }
H1.HeaderClassName
{
color: #6F7678;
}
.AnyTagClassName
{
color: #6F7678;
}
</style>
background-color css
<style>
a { background-color: #6F7678; }
a { background-color: rgb(111,118,120); }
div.DivClassName
{
background-color: #6F7678;
}
.BgClassName
{
background-color: #6F7678;
}
</style>
border-color css
<style>
span { border-color: #6F7678; }
span { border-color: rgb(111,118,120); }
td.TdClassName
{
border-color: #6F7678;
}
.TagClassName
{
border-color: #6F7678;
}
</style>