Shades of Danube #698FCB
Tints of Danube #698FCB
RGB
CMYK
RGB Variations
Color information
#698FCB (or 0x698FCB) is known color: Danube. HEX triplet: 69, 8F and CB. RGB value is (105,143,203). Sum of RGB (Red+Green+Blue) = 105+143+203=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #698FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FCB is #967034. Grayscale: #8A8A8A. Windows color (decimal): -9859125 or 13340521. OLE color: 13340521.
HSL color Cylindrical-coordinate representation of color #698FCB: hue angle of 216.73º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698FCB is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 143 | 203 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.20 |
| HSL | 216.73º | 0.49% | 0.6% | - |
| HSV(B) | 216.73º | 0.48% | 0.8% | - |
| XYZ | 26.43 | 26.96 | 60.31 | - |
| YUV | 138.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 203 | 0.48 | 0.30 | 0 | 0.20 | 216.73 | 0.49 | 0.6 |
| Hex | 69 | 8F | CB | 30 | 1E | 0 | 14 | D9 | 31 | 3C |
| Octal | 151 | 217 | 313 | 60 | 36 | 0 | 24 | 331 | 61 | 74 |
| Binary | 1101001 | 10001111 | 11001011 | 110000 | 11110 | 0 | 10100 | 11011001 | 110001 | 111100 |
Color Harmonies of #698FCB
Complementary color
Monochromatic Colors of #698FCB
Black with #698FCB
Text Example
Text Example
White with #698FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FCB; }
p { color: rgb(105,143,203); }
H1.HeaderClassName
{
color: #698FCB;
}
.AnyTagClassName
{
color: #698FCB;
}
</style>
background-color css
<style>
a { background-color: #698FCB; }
a { background-color: rgb(105,143,203); }
div.DivClassName
{
background-color: #698FCB;
}
.BgClassName
{
background-color: #698FCB;
}
</style>
border-color css
<style>
span { border-color: #698FCB; }
span { border-color: rgb(105,143,203); }
td.TdClassName
{
border-color: #698FCB;
}
.TagClassName
{
border-color: #698FCB;
}
</style>