Shades of Danube #698FCE
Tints of Danube #698FCE
RGB
CMYK
RGB Variations
Color information
#698FCE (or 0x698FCE) is known color: Danube. HEX triplet: 69, 8F and CE. RGB value is (105,143,206). Sum of RGB (Red+Green+Blue) = 105+143+206=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #698FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FCE is #967031. Grayscale: #8A8A8A. Windows color (decimal): -9859122 or 13537129. OLE color: 13537129.
HSL color Cylindrical-coordinate representation of color #698FCE: hue angle of 217.43º degrees, saturation: 0.51, 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 #698FCE is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 143 | 206 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.19 |
| HSL | 217.43º | 0.51% | 0.61% | - |
| HSV(B) | 217.43º | 0.49% | 0.81% | - |
| XYZ | 26.79 | 27.1 | 62.21 | - |
| YUV | 138.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 206 | 0.49 | 0.31 | 0 | 0.19 | 217.43 | 0.51 | 0.61 |
| Hex | 69 | 8F | CE | 31 | 1F | 0 | 13 | D9 | 33 | 3D |
| Octal | 151 | 217 | 316 | 61 | 37 | 0 | 23 | 331 | 63 | 75 |
| Binary | 1101001 | 10001111 | 11001110 | 110001 | 11111 | 0 | 10011 | 11011001 | 110011 | 111101 |
Color Harmonies of #698FCE
Complementary color
Monochromatic Colors of #698FCE
Black with #698FCE
Text Example
Text Example
White with #698FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FCE; }
p { color: rgb(105,143,206); }
H1.HeaderClassName
{
color: #698FCE;
}
.AnyTagClassName
{
color: #698FCE;
}
</style>
background-color css
<style>
a { background-color: #698FCE; }
a { background-color: rgb(105,143,206); }
div.DivClassName
{
background-color: #698FCE;
}
.BgClassName
{
background-color: #698FCE;
}
</style>
border-color css
<style>
span { border-color: #698FCE; }
span { border-color: rgb(105,143,206); }
td.TdClassName
{
border-color: #698FCE;
}
.TagClassName
{
border-color: #698FCE;
}
</style>