Shades of Danube #6991CE
Tints of Danube #6991CE
RGB
CMYK
RGB Variations
Color information
#6991CE (or 0x6991CE) is known color: Danube. HEX triplet: 69, 91 and CE. RGB value is (105,145,206). Sum of RGB (Red+Green+Blue) = 105+145+206=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #6991CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6991CE is #966E31. Grayscale: #8B8B8B. Windows color (decimal): -9858610 or 13537641. OLE color: 13537641.
HSL color Cylindrical-coordinate representation of color #6991CE: hue angle of 216.24º 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 #6991CE is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 145 | 206 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.19 |
| HSL | 216.24º | 0.51% | 0.61% | - |
| HSV(B) | 216.24º | 0.49% | 0.81% | - |
| XYZ | 27.09 | 27.71 | 62.31 | - |
| YUV | 139.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 206 | 0.49 | 0.30 | 0 | 0.19 | 216.24 | 0.51 | 0.61 |
| Hex | 69 | 91 | CE | 31 | 1E | 0 | 13 | D8 | 33 | 3D |
| Octal | 151 | 221 | 316 | 61 | 36 | 0 | 23 | 330 | 63 | 75 |
| Binary | 1101001 | 10010001 | 11001110 | 110001 | 11110 | 0 | 10011 | 11011000 | 110011 | 111101 |
Color Harmonies of #6991CE
Complementary color
Monochromatic Colors of #6991CE
Black with #6991CE
Text Example
Text Example
White with #6991CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6991CE; }
p { color: rgb(105,145,206); }
H1.HeaderClassName
{
color: #6991CE;
}
.AnyTagClassName
{
color: #6991CE;
}
</style>
background-color css
<style>
a { background-color: #6991CE; }
a { background-color: rgb(105,145,206); }
div.DivClassName
{
background-color: #6991CE;
}
.BgClassName
{
background-color: #6991CE;
}
</style>
border-color css
<style>
span { border-color: #6991CE; }
span { border-color: rgb(105,145,206); }
td.TdClassName
{
border-color: #6991CE;
}
.TagClassName
{
border-color: #6991CE;
}
</style>