Shades of Danube #698BC5
Tints of Danube #698BC5
RGB
CMYK
RGB Variations
Color information
#698BC5 (or 0x698BC5) is known color: Danube. HEX triplet: 69, 8B and C5. RGB value is (105,139,197). Sum of RGB (Red+Green+Blue) = 105+139+197=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #698BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BC5 is #96743A. Grayscale: #878787. Windows color (decimal): -9860155 or 12946281. OLE color: 12946281.
HSL color Cylindrical-coordinate representation of color #698BC5: hue angle of 217.83º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698BC5 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 139 | 197 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.23 |
| HSL | 217.83º | 0.44% | 0.59% | - |
| HSV(B) | 217.83º | 0.47% | 0.77% | - |
| XYZ | 25.14 | 25.5 | 56.42 | - |
| YUV | 135.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 197 | 0.47 | 0.29 | 0 | 0.23 | 217.83 | 0.44 | 0.59 |
| Hex | 69 | 8B | C5 | 2F | 1D | 0 | 17 | DA | 2C | 3B |
| Octal | 151 | 213 | 305 | 57 | 35 | 0 | 27 | 332 | 54 | 73 |
| Binary | 1101001 | 10001011 | 11000101 | 101111 | 11101 | 0 | 10111 | 11011010 | 101100 | 111011 |
Color Harmonies of #698BC5
Complementary color
Monochromatic Colors of #698BC5
Black with #698BC5
Text Example
Text Example
White with #698BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BC5; }
p { color: rgb(105,139,197); }
H1.HeaderClassName
{
color: #698BC5;
}
.AnyTagClassName
{
color: #698BC5;
}
</style>
background-color css
<style>
a { background-color: #698BC5; }
a { background-color: rgb(105,139,197); }
div.DivClassName
{
background-color: #698BC5;
}
.BgClassName
{
background-color: #698BC5;
}
</style>
border-color css
<style>
span { border-color: #698BC5; }
span { border-color: rgb(105,139,197); }
td.TdClassName
{
border-color: #698BC5;
}
.TagClassName
{
border-color: #698BC5;
}
</style>