Shades of Blue Bayoux #6A787D
Tints of Blue Bayoux #6A787D
RGB
CMYK
RGB Variations
Color information
#6A787D (or 0x6A787D) is known color: Blue Bayoux. HEX triplet: 6A, 78 and 7D. RGB value is (106,120,125). Sum of RGB (Red+Green+Blue) = 106+120+125=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A787D is #958782. Grayscale: #747474. Windows color (decimal): -9799555 or 8222826. OLE color: 8222826.
HSL color Cylindrical-coordinate representation of color #6A787D: hue angle of 195.79º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A787D is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 120 | 125 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.51 |
| HSL | 195.79º | 0.08% | 0.45% | - |
| HSV(B) | 195.79º | 0.15% | 0.49% | - |
| XYZ | 16.36 | 17.98 | 22.01 | - |
| YUV | 116.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 125 | 0.15 | 0.04 | 0 | 0.51 | 195.79 | 0.08 | 0.45 |
| Hex | 6A | 78 | 7D | F | 4 | 0 | 33 | C4 | 8 | 2D |
| Octal | 152 | 170 | 175 | 17 | 4 | 0 | 63 | 304 | 10 | 55 |
| Binary | 1101010 | 1111000 | 1111101 | 1111 | 100 | 0 | 110011 | 11000100 | 1000 | 101101 |
Color Harmonies of #6A787D
Complementary color
Monochromatic Colors of #6A787D
Black with #6A787D
Text Example
Text Example
White with #6A787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A787D; }
p { color: rgb(106,120,125); }
H1.HeaderClassName
{
color: #6A787D;
}
.AnyTagClassName
{
color: #6A787D;
}
</style>
background-color css
<style>
a { background-color: #6A787D; }
a { background-color: rgb(106,120,125); }
div.DivClassName
{
background-color: #6A787D;
}
.BgClassName
{
background-color: #6A787D;
}
</style>
border-color css
<style>
span { border-color: #6A787D; }
span { border-color: rgb(106,120,125); }
td.TdClassName
{
border-color: #6A787D;
}
.TagClassName
{
border-color: #6A787D;
}
</style>