Shades of Blue Bayoux #607380
Tints of Blue Bayoux #607380
RGB
CMYK
RGB Variations
Color information
#607380 (or 0x607380) is known color: Blue Bayoux. HEX triplet: 60, 73 and 80. RGB value is (96,115,128). Sum of RGB (Red+Green+Blue) = 96+115+128=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #607380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607380 is #9F8C7F. Grayscale: #6E6E6E. Windows color (decimal): -10456192 or 8418144. OLE color: 8418144.
HSL color Cylindrical-coordinate representation of color #607380: hue angle of 204.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607380 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 115 | 128 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.50 |
| HSL | 204.38º | 0.14% | 0.44% | - |
| HSV(B) | 204.38º | 0.25% | 0.5% | - |
| XYZ | 14.85 | 16.31 | 22.79 | - |
| YUV | 110.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 128 | 0.25 | 0.10 | 0 | 0.50 | 204.38 | 0.14 | 0.44 |
| Hex | 60 | 73 | 80 | 19 | A | 0 | 32 | CC | E | 2C |
| Octal | 140 | 163 | 200 | 31 | 12 | 0 | 62 | 314 | 16 | 54 |
| Binary | 1100000 | 1110011 | 10000000 | 11001 | 1010 | 0 | 110010 | 11001100 | 1110 | 101100 |
Color Harmonies of #607380
Complementary color
Monochromatic Colors of #607380
Black with #607380
Text Example
Text Example
White with #607380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607380; }
p { color: rgb(96,115,128); }
H1.HeaderClassName
{
color: #607380;
}
.AnyTagClassName
{
color: #607380;
}
</style>
background-color css
<style>
a { background-color: #607380; }
a { background-color: rgb(96,115,128); }
div.DivClassName
{
background-color: #607380;
}
.BgClassName
{
background-color: #607380;
}
</style>
border-color css
<style>
span { border-color: #607380; }
span { border-color: rgb(96,115,128); }
td.TdClassName
{
border-color: #607380;
}
.TagClassName
{
border-color: #607380;
}
</style>