Shades of Danube #6D91D0
Tints of Danube #6D91D0
RGB
CMYK
RGB Variations
Color information
#6D91D0 (or 0x6D91D0) is known color: Danube. HEX triplet: 6D, 91 and D0. RGB value is (109,145,208). Sum of RGB (Red+Green+Blue) = 109+145+208=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D91D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D91D0 is #926E2F. Grayscale: #8D8D8D. Windows color (decimal): -9596464 or 13668717. OLE color: 13668717.
HSL color Cylindrical-coordinate representation of color #6D91D0: hue angle of 218.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D91D0 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 145 | 208 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.18 |
| HSL | 218.18º | 0.51% | 0.62% | - |
| HSV(B) | 218.18º | 0.48% | 0.82% | - |
| XYZ | 27.82 | 28.06 | 63.62 | - |
| YUV | 141.42 | 165.57 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 208 | 0.48 | 0.30 | 0 | 0.18 | 218.18 | 0.51 | 0.62 |
| Hex | 6D | 91 | D0 | 30 | 1E | 0 | 12 | DA | 33 | 3E |
| Octal | 155 | 221 | 320 | 60 | 36 | 0 | 22 | 332 | 63 | 76 |
| Binary | 1101101 | 10010001 | 11010000 | 110000 | 11110 | 0 | 10010 | 11011010 | 110011 | 111110 |
Color Harmonies of #6D91D0
Complementary color
Monochromatic Colors of #6D91D0
Black with #6D91D0
Text Example
Text Example
White with #6D91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D91D0; }
p { color: rgb(109,145,208); }
H1.HeaderClassName
{
color: #6D91D0;
}
.AnyTagClassName
{
color: #6D91D0;
}
</style>
background-color css
<style>
a { background-color: #6D91D0; }
a { background-color: rgb(109,145,208); }
div.DivClassName
{
background-color: #6D91D0;
}
.BgClassName
{
background-color: #6D91D0;
}
</style>
border-color css
<style>
span { border-color: #6D91D0; }
span { border-color: rgb(109,145,208); }
td.TdClassName
{
border-color: #6D91D0;
}
.TagClassName
{
border-color: #6D91D0;
}
</style>