Shades of Danube #698FCC
Tints of Danube #698FCC
RGB
CMYK
RGB Variations
Color information
#698FCC (or 0x698FCC) is known color: Danube. HEX triplet: 69, 8F and CC. RGB value is (105,143,204). Sum of RGB (Red+Green+Blue) = 105+143+204=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #698FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FCC is #967033. Grayscale: #8A8A8A. Windows color (decimal): -9859124 or 13406057. OLE color: 13406057.
HSL color Cylindrical-coordinate representation of color #698FCC: hue angle of 216.97º 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 #698FCC is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 143 | 204 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.2 |
| HSL | 216.97º | 0.49% | 0.61% | - |
| HSV(B) | 216.97º | 0.49% | 0.8% | - |
| XYZ | 26.55 | 27.01 | 60.94 | - |
| YUV | 138.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 204 | 0.49 | 0.30 | 0 | 0.2 | 216.97 | 0.49 | 0.61 |
| Hex | 69 | 8F | CC | 31 | 1E | 0 | 14 | D9 | 31 | 3D |
| Octal | 151 | 217 | 314 | 61 | 36 | 0 | 24 | 331 | 61 | 75 |
| Binary | 1101001 | 10001111 | 11001100 | 110001 | 11110 | 0 | 10100 | 11011001 | 110001 | 111101 |
Color Harmonies of #698FCC
Complementary color
Monochromatic Colors of #698FCC
Black with #698FCC
Text Example
Text Example
White with #698FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FCC; }
p { color: rgb(105,143,204); }
H1.HeaderClassName
{
color: #698FCC;
}
.AnyTagClassName
{
color: #698FCC;
}
</style>
background-color css
<style>
a { background-color: #698FCC; }
a { background-color: rgb(105,143,204); }
div.DivClassName
{
background-color: #698FCC;
}
.BgClassName
{
background-color: #698FCC;
}
</style>
border-color css
<style>
span { border-color: #698FCC; }
span { border-color: rgb(105,143,204); }
td.TdClassName
{
border-color: #698FCC;
}
.TagClassName
{
border-color: #698FCC;
}
</style>