Shades of Blue Bayoux #63757D
Tints of Blue Bayoux #63757D
RGB
CMYK
RGB Variations
Color information
#63757D (or 0x63757D) is known color: Blue Bayoux. HEX triplet: 63, 75 and 7D. RGB value is (99,117,125). Sum of RGB (Red+Green+Blue) = 99+117+125=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #63757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63757D is #9C8A82. Grayscale: #707070. Windows color (decimal): -10259075 or 8222051. OLE color: 8222051.
HSL color Cylindrical-coordinate representation of color #63757D: hue angle of 198.46º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63757D is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 117 | 125 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.51 |
| HSL | 198.46º | 0.12% | 0.44% | - |
| HSV(B) | 198.46º | 0.21% | 0.49% | - |
| XYZ | 15.21 | 16.86 | 21.85 | - |
| YUV | 112.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 125 | 0.21 | 0.06 | 0 | 0.51 | 198.46 | 0.12 | 0.44 |
| Hex | 63 | 75 | 7D | 15 | 6 | 0 | 33 | C6 | C | 2C |
| Octal | 143 | 165 | 175 | 25 | 6 | 0 | 63 | 306 | 14 | 54 |
| Binary | 1100011 | 1110101 | 1111101 | 10101 | 110 | 0 | 110011 | 11000110 | 1100 | 101100 |
Color Harmonies of #63757D
Complementary color
Monochromatic Colors of #63757D
Black with #63757D
Text Example
Text Example
White with #63757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63757D; }
p { color: rgb(99,117,125); }
H1.HeaderClassName
{
color: #63757D;
}
.AnyTagClassName
{
color: #63757D;
}
</style>
background-color css
<style>
a { background-color: #63757D; }
a { background-color: rgb(99,117,125); }
div.DivClassName
{
background-color: #63757D;
}
.BgClassName
{
background-color: #63757D;
}
</style>
border-color css
<style>
span { border-color: #63757D; }
span { border-color: rgb(99,117,125); }
td.TdClassName
{
border-color: #63757D;
}
.TagClassName
{
border-color: #63757D;
}
</style>