Shades of Danube #698BCE
Tints of Danube #698BCE
RGB
CMYK
RGB Variations
Color information
#698BCE (or 0x698BCE) is known color: Danube. HEX triplet: 69, 8B and CE. RGB value is (105,139,206). Sum of RGB (Red+Green+Blue) = 105+139+206=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #698BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BCE is #967431. Grayscale: #888888. Windows color (decimal): -9860146 or 13536105. OLE color: 13536105.
HSL color Cylindrical-coordinate representation of color #698BCE: hue angle of 219.8º 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 #698BCE is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 139 | 206 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.19 |
| HSL | 219.8º | 0.51% | 0.61% | - |
| HSV(B) | 219.8º | 0.49% | 0.81% | - |
| XYZ | 26.2 | 25.92 | 62.02 | - |
| YUV | 136.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 206 | 0.49 | 0.33 | 0 | 0.19 | 219.8 | 0.51 | 0.61 |
| Hex | 69 | 8B | CE | 31 | 21 | 0 | 13 | DC | 33 | 3D |
| Octal | 151 | 213 | 316 | 61 | 41 | 0 | 23 | 334 | 63 | 75 |
| Binary | 1101001 | 10001011 | 11001110 | 110001 | 100001 | 0 | 10011 | 11011100 | 110011 | 111101 |
Color Harmonies of #698BCE
Complementary color
Monochromatic Colors of #698BCE
Black with #698BCE
Text Example
Text Example
White with #698BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BCE; }
p { color: rgb(105,139,206); }
H1.HeaderClassName
{
color: #698BCE;
}
.AnyTagClassName
{
color: #698BCE;
}
</style>
background-color css
<style>
a { background-color: #698BCE; }
a { background-color: rgb(105,139,206); }
div.DivClassName
{
background-color: #698BCE;
}
.BgClassName
{
background-color: #698BCE;
}
</style>
border-color css
<style>
span { border-color: #698BCE; }
span { border-color: rgb(105,139,206); }
td.TdClassName
{
border-color: #698BCE;
}
.TagClassName
{
border-color: #698BCE;
}
</style>