Shades of Blue Bayoux #6B7A7C
Tints of Blue Bayoux #6B7A7C
RGB
CMYK
RGB Variations
Color information
#6B7A7C (or 0x6B7A7C) is known color: Blue Bayoux. HEX triplet: 6B, 7A and 7C. RGB value is (107,122,124). Sum of RGB (Red+Green+Blue) = 107+122+124=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B7A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A7C is #948583. Grayscale: #757575. Windows color (decimal): -9733508 or 8157803. OLE color: 8157803.
HSL color Cylindrical-coordinate representation of color #6B7A7C: hue angle of 187.06º 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 #6B7A7C is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 122 | 124 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.51 |
| HSL | 187.06º | 0.07% | 0.45% | - |
| HSV(B) | 187.06º | 0.14% | 0.49% | - |
| XYZ | 16.66 | 18.5 | 21.76 | - |
| YUV | 117.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 124 | 0.14 | 0.02 | 0 | 0.51 | 187.06 | 0.07 | 0.45 |
| Hex | 6B | 7A | 7C | E | 2 | 0 | 33 | BB | 7 | 2D |
| Octal | 153 | 172 | 174 | 16 | 2 | 0 | 63 | 273 | 7 | 55 |
| Binary | 1101011 | 1111010 | 1111100 | 1110 | 10 | 0 | 110011 | 10111011 | 111 | 101101 |
Color Harmonies of #6B7A7C
Complementary color
Monochromatic Colors of #6B7A7C
Black with #6B7A7C
Text Example
Text Example
White with #6B7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A7C; }
p { color: rgb(107,122,124); }
H1.HeaderClassName
{
color: #6B7A7C;
}
.AnyTagClassName
{
color: #6B7A7C;
}
</style>
background-color css
<style>
a { background-color: #6B7A7C; }
a { background-color: rgb(107,122,124); }
div.DivClassName
{
background-color: #6B7A7C;
}
.BgClassName
{
background-color: #6B7A7C;
}
</style>
border-color css
<style>
span { border-color: #6B7A7C; }
span { border-color: rgb(107,122,124); }
td.TdClassName
{
border-color: #6B7A7C;
}
.TagClassName
{
border-color: #6B7A7C;
}
</style>