Shades of Blue Bayoux #627B82
Tints of Blue Bayoux #627B82
RGB
CMYK
RGB Variations
Color information
#627B82 (or 0x627B82) is known color: Blue Bayoux. HEX triplet: 62, 7B and 82. RGB value is (98,123,130). Sum of RGB (Red+Green+Blue) = 98+123+130=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #627B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B82 is #9D847D. Grayscale: #747474. Windows color (decimal): -10323070 or 8551266. OLE color: 8551266.
HSL color Cylindrical-coordinate representation of color #627B82: hue angle of 193.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627B82 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 123 | 130 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.49 |
| HSL | 193.13º | 0.14% | 0.45% | - |
| HSV(B) | 193.13º | 0.25% | 0.51% | - |
| XYZ | 16.15 | 18.37 | 23.81 | - |
| YUV | 116.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 130 | 0.25 | 0.05 | 0 | 0.49 | 193.13 | 0.14 | 0.45 |
| Hex | 62 | 7B | 82 | 19 | 5 | 0 | 31 | C1 | E | 2D |
| Octal | 142 | 173 | 202 | 31 | 5 | 0 | 61 | 301 | 16 | 55 |
| Binary | 1100010 | 1111011 | 10000010 | 11001 | 101 | 0 | 110001 | 11000001 | 1110 | 101101 |
Color Harmonies of #627B82
Complementary color
Monochromatic Colors of #627B82
Black with #627B82
Text Example
Text Example
White with #627B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B82; }
p { color: rgb(98,123,130); }
H1.HeaderClassName
{
color: #627B82;
}
.AnyTagClassName
{
color: #627B82;
}
</style>
background-color css
<style>
a { background-color: #627B82; }
a { background-color: rgb(98,123,130); }
div.DivClassName
{
background-color: #627B82;
}
.BgClassName
{
background-color: #627B82;
}
</style>
border-color css
<style>
span { border-color: #627B82; }
span { border-color: rgb(98,123,130); }
td.TdClassName
{
border-color: #627B82;
}
.TagClassName
{
border-color: #627B82;
}
</style>