Shades of Blue Bayoux #6B787C
Tints of Blue Bayoux #6B787C
RGB
CMYK
RGB Variations
Color information
#6B787C (or 0x6B787C) is known color: Blue Bayoux. HEX triplet: 6B, 78 and 7C. RGB value is (107,120,124). Sum of RGB (Red+Green+Blue) = 107+120+124=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B787C is #948783. Grayscale: #747474. Windows color (decimal): -9734020 or 8157291. OLE color: 8157291.
HSL color Cylindrical-coordinate representation of color #6B787C: hue angle of 194.12º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B787C is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 120 | 124 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.51 |
| HSL | 194.12º | 0.07% | 0.45% | - |
| HSV(B) | 194.12º | 0.14% | 0.49% | - |
| XYZ | 16.42 | 18.01 | 21.68 | - |
| YUV | 116.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 124 | 0.14 | 0.03 | 0 | 0.51 | 194.12 | 0.07 | 0.45 |
| Hex | 6B | 78 | 7C | E | 3 | 0 | 33 | C2 | 7 | 2D |
| Octal | 153 | 170 | 174 | 16 | 3 | 0 | 63 | 302 | 7 | 55 |
| Binary | 1101011 | 1111000 | 1111100 | 1110 | 11 | 0 | 110011 | 11000010 | 111 | 101101 |
Color Harmonies of #6B787C
Complementary color
Monochromatic Colors of #6B787C
Black with #6B787C
Text Example
Text Example
White with #6B787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B787C; }
p { color: rgb(107,120,124); }
H1.HeaderClassName
{
color: #6B787C;
}
.AnyTagClassName
{
color: #6B787C;
}
</style>
background-color css
<style>
a { background-color: #6B787C; }
a { background-color: rgb(107,120,124); }
div.DivClassName
{
background-color: #6B787C;
}
.BgClassName
{
background-color: #6B787C;
}
</style>
border-color css
<style>
span { border-color: #6B787C; }
span { border-color: rgb(107,120,124); }
td.TdClassName
{
border-color: #6B787C;
}
.TagClassName
{
border-color: #6B787C;
}
</style>