Shades of Danube #637FAF
Tints of Danube #637FAF
RGB
CMYK
RGB Variations
Color information
#637FAF (or 0x637FAF) is known color: Danube. HEX triplet: 63, 7F and AF. RGB value is (99,127,175). Sum of RGB (Red+Green+Blue) = 99+127+175=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #637FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637FAF is #9C8050. Grayscale: #7B7B7B. Windows color (decimal): -10256465 or 11501411. OLE color: 11501411.
HSL color Cylindrical-coordinate representation of color #637FAF: hue angle of 217.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #637FAF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 127 | 175 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.31 |
| HSL | 217.89º | 0.32% | 0.54% | - |
| HSV(B) | 217.89º | 0.43% | 0.69% | - |
| XYZ | 20.47 | 20.93 | 43.52 | - |
| YUV | 124.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 175 | 0.43 | 0.27 | 0 | 0.31 | 217.89 | 0.32 | 0.54 |
| Hex | 63 | 7F | AF | 2B | 1B | 0 | 1F | DA | 20 | 36 |
| Octal | 143 | 177 | 257 | 53 | 33 | 0 | 37 | 332 | 40 | 66 |
| Binary | 1100011 | 1111111 | 10101111 | 101011 | 11011 | 0 | 11111 | 11011010 | 100000 | 110110 |
Color Harmonies of #637FAF
Complementary color
Monochromatic Colors of #637FAF
Black with #637FAF
Text Example
Text Example
White with #637FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FAF; }
p { color: rgb(99,127,175); }
H1.HeaderClassName
{
color: #637FAF;
}
.AnyTagClassName
{
color: #637FAF;
}
</style>
background-color css
<style>
a { background-color: #637FAF; }
a { background-color: rgb(99,127,175); }
div.DivClassName
{
background-color: #637FAF;
}
.BgClassName
{
background-color: #637FAF;
}
</style>
border-color css
<style>
span { border-color: #637FAF; }
span { border-color: rgb(99,127,175); }
td.TdClassName
{
border-color: #637FAF;
}
.TagClassName
{
border-color: #637FAF;
}
</style>