Shades of Danube #698CC1
Tints of Danube #698CC1
RGB
CMYK
RGB Variations
Color information
#698CC1 (or 0x698CC1) is known color: Danube. HEX triplet: 69, 8C and C1. RGB value is (105,140,193). Sum of RGB (Red+Green+Blue) = 105+140+193=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #698CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CC1 is #96733E. Grayscale: #878787. Windows color (decimal): -9859903 or 12684393. OLE color: 12684393.
HSL color Cylindrical-coordinate representation of color #698CC1: hue angle of 216.14º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698CC1 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 140 | 193 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.24 |
| HSL | 216.14º | 0.42% | 0.58% | - |
| HSV(B) | 216.14º | 0.46% | 0.76% | - |
| XYZ | 24.83 | 25.61 | 54.09 | - |
| YUV | 135.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 193 | 0.46 | 0.27 | 0 | 0.24 | 216.14 | 0.42 | 0.58 |
| Hex | 69 | 8C | C1 | 2E | 1B | 0 | 18 | D8 | 2A | 3A |
| Octal | 151 | 214 | 301 | 56 | 33 | 0 | 30 | 330 | 52 | 72 |
| Binary | 1101001 | 10001100 | 11000001 | 101110 | 11011 | 0 | 11000 | 11011000 | 101010 | 111010 |
Color Harmonies of #698CC1
Complementary color
Monochromatic Colors of #698CC1
Black with #698CC1
Text Example
Text Example
White with #698CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CC1; }
p { color: rgb(105,140,193); }
H1.HeaderClassName
{
color: #698CC1;
}
.AnyTagClassName
{
color: #698CC1;
}
</style>
background-color css
<style>
a { background-color: #698CC1; }
a { background-color: rgb(105,140,193); }
div.DivClassName
{
background-color: #698CC1;
}
.BgClassName
{
background-color: #698CC1;
}
</style>
border-color css
<style>
span { border-color: #698CC1; }
span { border-color: rgb(105,140,193); }
td.TdClassName
{
border-color: #698CC1;
}
.TagClassName
{
border-color: #698CC1;
}
</style>