Shades of Danube #698FC8
Tints of Danube #698FC8
RGB
CMYK
RGB Variations
Color information
#698FC8 (or 0x698FC8) is known color: Danube. HEX triplet: 69, 8F and C8. RGB value is (105,143,200). Sum of RGB (Red+Green+Blue) = 105+143+200=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #698FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FC8 is #967037. Grayscale: #898989. Windows color (decimal): -9859128 or 13143913. OLE color: 13143913.
HSL color Cylindrical-coordinate representation of color #698FC8: hue angle of 216º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698FC8 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 143 | 200 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.22 |
| HSL | 216º | 0.46% | 0.6% | - |
| HSV(B) | 216º | 0.48% | 0.78% | - |
| XYZ | 26.07 | 26.82 | 58.45 | - |
| YUV | 138.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 200 | 0.48 | 0.28 | 0 | 0.22 | 216 | 0.46 | 0.6 |
| Hex | 69 | 8F | C8 | 30 | 1C | 0 | 16 | D8 | 2E | 3C |
| Octal | 151 | 217 | 310 | 60 | 34 | 0 | 26 | 330 | 56 | 74 |
| Binary | 1101001 | 10001111 | 11001000 | 110000 | 11100 | 0 | 10110 | 11011000 | 101110 | 111100 |
Color Harmonies of #698FC8
Complementary color
Monochromatic Colors of #698FC8
Black with #698FC8
Text Example
Text Example
White with #698FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FC8; }
p { color: rgb(105,143,200); }
H1.HeaderClassName
{
color: #698FC8;
}
.AnyTagClassName
{
color: #698FC8;
}
</style>
background-color css
<style>
a { background-color: #698FC8; }
a { background-color: rgb(105,143,200); }
div.DivClassName
{
background-color: #698FC8;
}
.BgClassName
{
background-color: #698FC8;
}
</style>
border-color css
<style>
span { border-color: #698FC8; }
span { border-color: rgb(105,143,200); }
td.TdClassName
{
border-color: #698FC8;
}
.TagClassName
{
border-color: #698FC8;
}
</style>