Shades of Danube #627FAE
Tints of Danube #627FAE
RGB
CMYK
RGB Variations
Color information
#627FAE (or 0x627FAE) is known color: Danube. HEX triplet: 62, 7F and AE. RGB value is (98,127,174). Sum of RGB (Red+Green+Blue) = 98+127+174=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #627FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627FAE is #9D8051. Grayscale: #7B7B7B. Windows color (decimal): -10322002 or 11435874. OLE color: 11435874.
HSL color Cylindrical-coordinate representation of color #627FAE: hue angle of 217.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #627FAE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 127 | 174 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.32 |
| HSL | 217.11º | 0.32% | 0.53% | - |
| HSV(B) | 217.11º | 0.44% | 0.68% | - |
| XYZ | 20.27 | 20.83 | 43 | - |
| YUV | 123.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 174 | 0.44 | 0.27 | 0 | 0.32 | 217.11 | 0.32 | 0.53 |
| Hex | 62 | 7F | AE | 2C | 1B | 0 | 20 | D9 | 20 | 35 |
| Octal | 142 | 177 | 256 | 54 | 33 | 0 | 40 | 331 | 40 | 65 |
| Binary | 1100010 | 1111111 | 10101110 | 101100 | 11011 | 0 | 100000 | 11011001 | 100000 | 110101 |
Color Harmonies of #627FAE
Complementary color
Monochromatic Colors of #627FAE
Black with #627FAE
Text Example
Text Example
White with #627FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FAE; }
p { color: rgb(98,127,174); }
H1.HeaderClassName
{
color: #627FAE;
}
.AnyTagClassName
{
color: #627FAE;
}
</style>
background-color css
<style>
a { background-color: #627FAE; }
a { background-color: rgb(98,127,174); }
div.DivClassName
{
background-color: #627FAE;
}
.BgClassName
{
background-color: #627FAE;
}
</style>
border-color css
<style>
span { border-color: #627FAE; }
span { border-color: rgb(98,127,174); }
td.TdClassName
{
border-color: #627FAE;
}
.TagClassName
{
border-color: #627FAE;
}
</style>