Shades of Danube #6B91CE
Tints of Danube #6B91CE
RGB
CMYK
RGB Variations
Color information
#6B91CE (or 0x6B91CE) is known color: Danube. HEX triplet: 6B, 91 and CE. RGB value is (107,145,206). Sum of RGB (Red+Green+Blue) = 107+145+206=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B91CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B91CE is #946E31. Grayscale: #8C8C8C. Windows color (decimal): -9727538 or 13537643. OLE color: 13537643.
HSL color Cylindrical-coordinate representation of color #6B91CE: hue angle of 216.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B91CE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 145 | 206 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.19 |
| HSL | 216.97º | 0.5% | 0.61% | - |
| HSV(B) | 216.97º | 0.48% | 0.81% | - |
| XYZ | 27.33 | 27.83 | 62.32 | - |
| YUV | 140.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 206 | 0.48 | 0.30 | 0 | 0.19 | 216.97 | 0.5 | 0.61 |
| Hex | 6B | 91 | CE | 30 | 1E | 0 | 13 | D9 | 32 | 3D |
| Octal | 153 | 221 | 316 | 60 | 36 | 0 | 23 | 331 | 62 | 75 |
| Binary | 1101011 | 10010001 | 11001110 | 110000 | 11110 | 0 | 10011 | 11011001 | 110010 | 111101 |
Color Harmonies of #6B91CE
Complementary color
Monochromatic Colors of #6B91CE
Black with #6B91CE
Text Example
Text Example
White with #6B91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B91CE; }
p { color: rgb(107,145,206); }
H1.HeaderClassName
{
color: #6B91CE;
}
.AnyTagClassName
{
color: #6B91CE;
}
</style>
background-color css
<style>
a { background-color: #6B91CE; }
a { background-color: rgb(107,145,206); }
div.DivClassName
{
background-color: #6B91CE;
}
.BgClassName
{
background-color: #6B91CE;
}
</style>
border-color css
<style>
span { border-color: #6B91CE; }
span { border-color: rgb(107,145,206); }
td.TdClassName
{
border-color: #6B91CE;
}
.TagClassName
{
border-color: #6B91CE;
}
</style>