Shades of Danube #698BCF
Tints of Danube #698BCF
RGB
CMYK
RGB Variations
Color information
#698BCF (or 0x698BCF) is known color: Danube. HEX triplet: 69, 8B and CF. RGB value is (105,139,207). Sum of RGB (Red+Green+Blue) = 105+139+207=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #698BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BCF is #967430. Grayscale: #888888. Windows color (decimal): -9860145 or 13601641. OLE color: 13601641.
HSL color Cylindrical-coordinate representation of color #698BCF: hue angle of 220º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698BCF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 139 | 207 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.19 |
| HSL | 220º | 0.52% | 0.61% | - |
| HSV(B) | 220º | 0.49% | 0.81% | - |
| XYZ | 26.32 | 25.97 | 62.66 | - |
| YUV | 136.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 207 | 0.49 | 0.33 | 0 | 0.19 | 220 | 0.52 | 0.61 |
| Hex | 69 | 8B | CF | 31 | 21 | 0 | 13 | DC | 34 | 3D |
| Octal | 151 | 213 | 317 | 61 | 41 | 0 | 23 | 334 | 64 | 75 |
| Binary | 1101001 | 10001011 | 11001111 | 110001 | 100001 | 0 | 10011 | 11011100 | 110100 | 111101 |
Color Harmonies of #698BCF
Complementary color
Monochromatic Colors of #698BCF
Black with #698BCF
Text Example
Text Example
White with #698BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BCF; }
p { color: rgb(105,139,207); }
H1.HeaderClassName
{
color: #698BCF;
}
.AnyTagClassName
{
color: #698BCF;
}
</style>
background-color css
<style>
a { background-color: #698BCF; }
a { background-color: rgb(105,139,207); }
div.DivClassName
{
background-color: #698BCF;
}
.BgClassName
{
background-color: #698BCF;
}
</style>
border-color css
<style>
span { border-color: #698BCF; }
span { border-color: rgb(105,139,207); }
td.TdClassName
{
border-color: #698BCF;
}
.TagClassName
{
border-color: #698BCF;
}
</style>