Shades of Danube #698FD0
Tints of Danube #698FD0
RGB
CMYK
RGB Variations
Color information
#698FD0 (or 0x698FD0) is known color: Danube. HEX triplet: 69, 8F and D0. RGB value is (105,143,208). Sum of RGB (Red+Green+Blue) = 105+143+208=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #698FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FD0 is #96702F. Grayscale: #8A8A8A. Windows color (decimal): -9859120 or 13668201. OLE color: 13668201.
HSL color Cylindrical-coordinate representation of color #698FD0: hue angle of 217.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698FD0 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 143 | 208 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.18 |
| HSL | 217.86º | 0.52% | 0.61% | - |
| HSV(B) | 217.86º | 0.5% | 0.82% | - |
| XYZ | 27.03 | 27.2 | 63.5 | - |
| YUV | 139.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 208 | 0.50 | 0.31 | 0 | 0.18 | 217.86 | 0.52 | 0.61 |
| Hex | 69 | 8F | D0 | 32 | 1F | 0 | 12 | DA | 34 | 3D |
| Octal | 151 | 217 | 320 | 62 | 37 | 0 | 22 | 332 | 64 | 75 |
| Binary | 1101001 | 10001111 | 11010000 | 110010 | 11111 | 0 | 10010 | 11011010 | 110100 | 111101 |
Color Harmonies of #698FD0
Complementary color
Monochromatic Colors of #698FD0
Black with #698FD0
Text Example
Text Example
White with #698FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FD0; }
p { color: rgb(105,143,208); }
H1.HeaderClassName
{
color: #698FD0;
}
.AnyTagClassName
{
color: #698FD0;
}
</style>
background-color css
<style>
a { background-color: #698FD0; }
a { background-color: rgb(105,143,208); }
div.DivClassName
{
background-color: #698FD0;
}
.BgClassName
{
background-color: #698FD0;
}
</style>
border-color css
<style>
span { border-color: #698FD0; }
span { border-color: rgb(105,143,208); }
td.TdClassName
{
border-color: #698FD0;
}
.TagClassName
{
border-color: #698FD0;
}
</style>