Shades of Danube #698CC6
Tints of Danube #698CC6
RGB
CMYK
RGB Variations
Color information
#698CC6 (or 0x698CC6) is known color: Danube. HEX triplet: 69, 8C and C6. RGB value is (105,140,198). Sum of RGB (Red+Green+Blue) = 105+140+198=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #698CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CC6 is #967339. Grayscale: #878787. Windows color (decimal): -9859898 or 13012073. OLE color: 13012073.
HSL color Cylindrical-coordinate representation of color #698CC6: hue angle of 217.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698CC6 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 140 | 198 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.22 |
| HSL | 217.42º | 0.45% | 0.59% | - |
| HSV(B) | 217.42º | 0.47% | 0.78% | - |
| XYZ | 25.4 | 25.84 | 57.07 | - |
| YUV | 136.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 198 | 0.47 | 0.29 | 0 | 0.22 | 217.42 | 0.45 | 0.59 |
| Hex | 69 | 8C | C6 | 2F | 1D | 0 | 16 | D9 | 2D | 3B |
| Octal | 151 | 214 | 306 | 57 | 35 | 0 | 26 | 331 | 55 | 73 |
| Binary | 1101001 | 10001100 | 11000110 | 101111 | 11101 | 0 | 10110 | 11011001 | 101101 | 111011 |
Color Harmonies of #698CC6
Complementary color
Monochromatic Colors of #698CC6
Black with #698CC6
Text Example
Text Example
White with #698CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CC6; }
p { color: rgb(105,140,198); }
H1.HeaderClassName
{
color: #698CC6;
}
.AnyTagClassName
{
color: #698CC6;
}
</style>
background-color css
<style>
a { background-color: #698CC6; }
a { background-color: rgb(105,140,198); }
div.DivClassName
{
background-color: #698CC6;
}
.BgClassName
{
background-color: #698CC6;
}
</style>
border-color css
<style>
span { border-color: #698CC6; }
span { border-color: rgb(105,140,198); }
td.TdClassName
{
border-color: #698CC6;
}
.TagClassName
{
border-color: #698CC6;
}
</style>