Shades of Danube #698AB5
Tints of Danube #698AB5
RGB
CMYK
RGB Variations
Color information
#698AB5 (or 0x698AB5) is known color: Danube. HEX triplet: 69, 8A and B5. RGB value is (105,138,181). Sum of RGB (Red+Green+Blue) = 105+138+181=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #698AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AB5 is #96754A. Grayscale: #848484. Windows color (decimal): -9860427 or 11897449. OLE color: 11897449.
HSL color Cylindrical-coordinate representation of color #698AB5: hue angle of 213.95º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #698AB5 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 138 | 181 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.29 |
| HSL | 213.95º | 0.34% | 0.56% | - |
| HSV(B) | 213.95º | 0.42% | 0.71% | - |
| XYZ | 23.25 | 24.52 | 47.22 | - |
| YUV | 133.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 181 | 0.42 | 0.24 | 0 | 0.29 | 213.95 | 0.34 | 0.56 |
| Hex | 69 | 8A | B5 | 2A | 18 | 0 | 1D | D6 | 22 | 38 |
| Octal | 151 | 212 | 265 | 52 | 30 | 0 | 35 | 326 | 42 | 70 |
| Binary | 1101001 | 10001010 | 10110101 | 101010 | 11000 | 0 | 11101 | 11010110 | 100010 | 111000 |
Color Harmonies of #698AB5
Complementary color
Monochromatic Colors of #698AB5
Black with #698AB5
Text Example
Text Example
White with #698AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698AB5; }
p { color: rgb(105,138,181); }
H1.HeaderClassName
{
color: #698AB5;
}
.AnyTagClassName
{
color: #698AB5;
}
</style>
background-color css
<style>
a { background-color: #698AB5; }
a { background-color: rgb(105,138,181); }
div.DivClassName
{
background-color: #698AB5;
}
.BgClassName
{
background-color: #698AB5;
}
</style>
border-color css
<style>
span { border-color: #698AB5; }
span { border-color: rgb(105,138,181); }
td.TdClassName
{
border-color: #698AB5;
}
.TagClassName
{
border-color: #698AB5;
}
</style>