Shades of Blue Bayoux #68737A
Tints of Blue Bayoux #68737A
RGB
CMYK
RGB Variations
Color information
#68737A (or 0x68737A) is known color: Blue Bayoux. HEX triplet: 68, 73 and 7A. RGB value is (104,115,122). Sum of RGB (Red+Green+Blue) = 104+115+122=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 122 - color contains mainly: blue. Hex color #68737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68737A is #978C85. Grayscale: #707070. Windows color (decimal): -9931910 or 8024936. OLE color: 8024936.
HSL color Cylindrical-coordinate representation of color #68737A: hue angle of 203.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68737A is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 115 | 122 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.52 |
| HSL | 203.33º | 0.08% | 0.44% | - |
| HSV(B) | 203.33º | 0.15% | 0.48% | - |
| XYZ | 15.35 | 16.61 | 20.81 | - |
| YUV | 112.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 122 | 0.15 | 0.06 | 0 | 0.52 | 203.33 | 0.08 | 0.44 |
| Hex | 68 | 73 | 7A | F | 6 | 0 | 34 | CB | 8 | 2C |
| Octal | 150 | 163 | 172 | 17 | 6 | 0 | 64 | 313 | 10 | 54 |
| Binary | 1101000 | 1110011 | 1111010 | 1111 | 110 | 0 | 110100 | 11001011 | 1000 | 101100 |
Color Harmonies of #68737A
Complementary color
Monochromatic Colors of #68737A
Black with #68737A
Text Example
Text Example
White with #68737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68737A; }
p { color: rgb(104,115,122); }
H1.HeaderClassName
{
color: #68737A;
}
.AnyTagClassName
{
color: #68737A;
}
</style>
background-color css
<style>
a { background-color: #68737A; }
a { background-color: rgb(104,115,122); }
div.DivClassName
{
background-color: #68737A;
}
.BgClassName
{
background-color: #68737A;
}
</style>
border-color css
<style>
span { border-color: #68737A; }
span { border-color: rgb(104,115,122); }
td.TdClassName
{
border-color: #68737A;
}
.TagClassName
{
border-color: #68737A;
}
</style>