Shades of Danube #698DCC
Tints of Danube #698DCC
RGB
CMYK
RGB Variations
Color information
#698DCC (or 0x698DCC) is known color: Danube. HEX triplet: 69, 8D and CC. RGB value is (105,141,204). Sum of RGB (Red+Green+Blue) = 105+141+204=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #698DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DCC is #967233. Grayscale: #898989. Windows color (decimal): -9859636 or 13405545. OLE color: 13405545.
HSL color Cylindrical-coordinate representation of color #698DCC: hue angle of 218.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698DCC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 141 | 204 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.2 |
| HSL | 218.18º | 0.49% | 0.61% | - |
| HSV(B) | 218.18º | 0.49% | 0.8% | - |
| XYZ | 26.25 | 26.41 | 60.84 | - |
| YUV | 137.42 | 165.57 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 204 | 0.49 | 0.31 | 0 | 0.2 | 218.18 | 0.49 | 0.61 |
| Hex | 69 | 8D | CC | 31 | 1F | 0 | 14 | DA | 31 | 3D |
| Octal | 151 | 215 | 314 | 61 | 37 | 0 | 24 | 332 | 61 | 75 |
| Binary | 1101001 | 10001101 | 11001100 | 110001 | 11111 | 0 | 10100 | 11011010 | 110001 | 111101 |
Color Harmonies of #698DCC
Complementary color
Monochromatic Colors of #698DCC
Black with #698DCC
Text Example
Text Example
White with #698DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DCC; }
p { color: rgb(105,141,204); }
H1.HeaderClassName
{
color: #698DCC;
}
.AnyTagClassName
{
color: #698DCC;
}
</style>
background-color css
<style>
a { background-color: #698DCC; }
a { background-color: rgb(105,141,204); }
div.DivClassName
{
background-color: #698DCC;
}
.BgClassName
{
background-color: #698DCC;
}
</style>
border-color css
<style>
span { border-color: #698DCC; }
span { border-color: rgb(105,141,204); }
td.TdClassName
{
border-color: #698DCC;
}
.TagClassName
{
border-color: #698DCC;
}
</style>