Shades of Danube #6891CE
Tints of Danube #6891CE
RGB
CMYK
RGB Variations
Color information
#6891CE (or 0x6891CE) is known color: Danube. HEX triplet: 68, 91 and CE. RGB value is (104,145,206). Sum of RGB (Red+Green+Blue) = 104+145+206=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #6891CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6891CE is #976E31. Grayscale: #8B8B8B. Windows color (decimal): -9924146 or 13537640. OLE color: 13537640.
HSL color Cylindrical-coordinate representation of color #6891CE: hue angle of 215.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6891CE is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 145 | 206 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.19 |
| HSL | 215.88º | 0.51% | 0.61% | - |
| HSV(B) | 215.88º | 0.5% | 0.81% | - |
| XYZ | 26.97 | 27.65 | 62.31 | - |
| YUV | 139.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 206 | 0.50 | 0.30 | 0 | 0.19 | 215.88 | 0.51 | 0.61 |
| Hex | 68 | 91 | CE | 32 | 1E | 0 | 13 | D8 | 33 | 3D |
| Octal | 150 | 221 | 316 | 62 | 36 | 0 | 23 | 330 | 63 | 75 |
| Binary | 1101000 | 10010001 | 11001110 | 110010 | 11110 | 0 | 10011 | 11011000 | 110011 | 111101 |
Color Harmonies of #6891CE
Complementary color
Monochromatic Colors of #6891CE
Black with #6891CE
Text Example
Text Example
White with #6891CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6891CE; }
p { color: rgb(104,145,206); }
H1.HeaderClassName
{
color: #6891CE;
}
.AnyTagClassName
{
color: #6891CE;
}
</style>
background-color css
<style>
a { background-color: #6891CE; }
a { background-color: rgb(104,145,206); }
div.DivClassName
{
background-color: #6891CE;
}
.BgClassName
{
background-color: #6891CE;
}
</style>
border-color css
<style>
span { border-color: #6891CE; }
span { border-color: rgb(104,145,206); }
td.TdClassName
{
border-color: #6891CE;
}
.TagClassName
{
border-color: #6891CE;
}
</style>