Shades of Blue Bayoux #6B7A7D
Tints of Blue Bayoux #6B7A7D
RGB
CMYK
RGB Variations
Color information
#6B7A7D (or 0x6B7A7D) is known color: Blue Bayoux. HEX triplet: 6B, 7A and 7D. RGB value is (107,122,125). Sum of RGB (Red+Green+Blue) = 107+122+125=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B7A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A7D is #948582. Grayscale: #757575. Windows color (decimal): -9733507 or 8223339. OLE color: 8223339.
HSL color Cylindrical-coordinate representation of color #6B7A7D: hue angle of 190º degrees, saturation: 0.08, 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 #6B7A7D is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 122 | 125 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.51 |
| HSL | 190º | 0.08% | 0.45% | - |
| HSV(B) | 190º | 0.14% | 0.49% | - |
| XYZ | 16.72 | 18.53 | 22.1 | - |
| YUV | 117.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 125 | 0.14 | 0.02 | 0 | 0.51 | 190 | 0.08 | 0.45 |
| Hex | 6B | 7A | 7D | E | 2 | 0 | 33 | BE | 8 | 2D |
| Octal | 153 | 172 | 175 | 16 | 2 | 0 | 63 | 276 | 10 | 55 |
| Binary | 1101011 | 1111010 | 1111101 | 1110 | 10 | 0 | 110011 | 10111110 | 1000 | 101101 |
Color Harmonies of #6B7A7D
Complementary color
Monochromatic Colors of #6B7A7D
Black with #6B7A7D
Text Example
Text Example
White with #6B7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A7D; }
p { color: rgb(107,122,125); }
H1.HeaderClassName
{
color: #6B7A7D;
}
.AnyTagClassName
{
color: #6B7A7D;
}
</style>
background-color css
<style>
a { background-color: #6B7A7D; }
a { background-color: rgb(107,122,125); }
div.DivClassName
{
background-color: #6B7A7D;
}
.BgClassName
{
background-color: #6B7A7D;
}
</style>
border-color css
<style>
span { border-color: #6B7A7D; }
span { border-color: rgb(107,122,125); }
td.TdClassName
{
border-color: #6B7A7D;
}
.TagClassName
{
border-color: #6B7A7D;
}
</style>