Shades of Danube #6791CE
Tints of Danube #6791CE
RGB
CMYK
RGB Variations
Color information
#6791CE (or 0x6791CE) is known color: Danube. HEX triplet: 67, 91 and CE. RGB value is (103,145,206). Sum of RGB (Red+Green+Blue) = 103+145+206=454 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.69% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #6791CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6791CE is #986E31. Grayscale: #8B8B8B. Windows color (decimal): -9989682 or 13537639. OLE color: 13537639.
HSL color Cylindrical-coordinate representation of color #6791CE: hue angle of 215.53º 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 #6791CE is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 145 | 206 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.19 |
| HSL | 215.53º | 0.51% | 0.61% | - |
| HSV(B) | 215.53º | 0.5% | 0.81% | - |
| XYZ | 26.86 | 27.59 | 62.3 | - |
| YUV | 139.4 | 165.59 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 206 | 0.50 | 0.30 | 0 | 0.19 | 215.53 | 0.51 | 0.61 |
| Hex | 67 | 91 | CE | 32 | 1E | 0 | 13 | D8 | 33 | 3D |
| Octal | 147 | 221 | 316 | 62 | 36 | 0 | 23 | 330 | 63 | 75 |
| Binary | 1100111 | 10010001 | 11001110 | 110010 | 11110 | 0 | 10011 | 11011000 | 110011 | 111101 |
Color Harmonies of #6791CE
Complementary color
Monochromatic Colors of #6791CE
Black with #6791CE
Text Example
Text Example
White with #6791CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6791CE; }
p { color: rgb(103,145,206); }
H1.HeaderClassName
{
color: #6791CE;
}
.AnyTagClassName
{
color: #6791CE;
}
</style>
background-color css
<style>
a { background-color: #6791CE; }
a { background-color: rgb(103,145,206); }
div.DivClassName
{
background-color: #6791CE;
}
.BgClassName
{
background-color: #6791CE;
}
</style>
border-color css
<style>
span { border-color: #6791CE; }
span { border-color: rgb(103,145,206); }
td.TdClassName
{
border-color: #6791CE;
}
.TagClassName
{
border-color: #6791CE;
}
</style>