Shades of Blue Bayoux #627C7E
Tints of Blue Bayoux #627C7E
RGB
CMYK
RGB Variations
Color information
#627C7E (or 0x627C7E) is known color: Blue Bayoux. HEX triplet: 62, 7C and 7E. RGB value is (98,124,126). Sum of RGB (Red+Green+Blue) = 98+124+126=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 126 - color contains mainly: blue. Hex color #627C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C7E is #9D8381. Grayscale: #747474. Windows color (decimal): -10322818 or 8289378. OLE color: 8289378.
HSL color Cylindrical-coordinate representation of color #627C7E: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #627C7E is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 126 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.51 |
| HSL | 184.29º | 0.13% | 0.44% | - |
| HSV(B) | 184.29º | 0.22% | 0.49% | - |
| XYZ | 16.01 | 18.52 | 22.47 | - |
| YUV | 116.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 126 | 0.22 | 0.02 | 0 | 0.51 | 184.29 | 0.13 | 0.44 |
| Hex | 62 | 7C | 7E | 16 | 2 | 0 | 33 | B8 | C | 2C |
| Octal | 142 | 174 | 176 | 26 | 2 | 0 | 63 | 270 | 14 | 54 |
| Binary | 1100010 | 1111100 | 1111110 | 10110 | 10 | 0 | 110011 | 10111000 | 1100 | 101100 |
Color Harmonies of #627C7E
Complementary color
Monochromatic Colors of #627C7E
Black with #627C7E
Text Example
Text Example
White with #627C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C7E; }
p { color: rgb(98,124,126); }
H1.HeaderClassName
{
color: #627C7E;
}
.AnyTagClassName
{
color: #627C7E;
}
</style>
background-color css
<style>
a { background-color: #627C7E; }
a { background-color: rgb(98,124,126); }
div.DivClassName
{
background-color: #627C7E;
}
.BgClassName
{
background-color: #627C7E;
}
</style>
border-color css
<style>
span { border-color: #627C7E; }
span { border-color: rgb(98,124,126); }
td.TdClassName
{
border-color: #627C7E;
}
.TagClassName
{
border-color: #627C7E;
}
</style>