Shades of Blue Bayoux #65737B
Tints of Blue Bayoux #65737B
RGB
CMYK
RGB Variations
Color information
#65737B (or 0x65737B) is known color: Blue Bayoux. HEX triplet: 65, 73 and 7B. RGB value is (101,115,123). Sum of RGB (Red+Green+Blue) = 101+115+123=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #65737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65737B is #9A8C84. Grayscale: #6F6F6F. Windows color (decimal): -10128517 or 8090469. OLE color: 8090469.
HSL color Cylindrical-coordinate representation of color #65737B: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65737B is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 115 | 123 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.52 |
| HSL | 201.82º | 0.1% | 0.44% | - |
| HSV(B) | 201.82º | 0.18% | 0.48% | - |
| XYZ | 15.07 | 16.46 | 21.12 | - |
| YUV | 111.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 123 | 0.18 | 0.07 | 0 | 0.52 | 201.82 | 0.1 | 0.44 |
| Hex | 65 | 73 | 7B | 12 | 7 | 0 | 34 | CA | A | 2C |
| Octal | 145 | 163 | 173 | 22 | 7 | 0 | 64 | 312 | 12 | 54 |
| Binary | 1100101 | 1110011 | 1111011 | 10010 | 111 | 0 | 110100 | 11001010 | 1010 | 101100 |
Color Harmonies of #65737B
Complementary color
Monochromatic Colors of #65737B
Black with #65737B
Text Example
Text Example
White with #65737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65737B; }
p { color: rgb(101,115,123); }
H1.HeaderClassName
{
color: #65737B;
}
.AnyTagClassName
{
color: #65737B;
}
</style>
background-color css
<style>
a { background-color: #65737B; }
a { background-color: rgb(101,115,123); }
div.DivClassName
{
background-color: #65737B;
}
.BgClassName
{
background-color: #65737B;
}
</style>
border-color css
<style>
span { border-color: #65737B; }
span { border-color: rgb(101,115,123); }
td.TdClassName
{
border-color: #65737B;
}
.TagClassName
{
border-color: #65737B;
}
</style>