Shades of Danube #6D92D0
Tints of Danube #6D92D0
RGB
CMYK
RGB Variations
Color information
#6D92D0 (or 0x6D92D0) is known color: Danube. HEX triplet: 6D, 92 and D0. RGB value is (109,146,208). Sum of RGB (Red+Green+Blue) = 109+146+208=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D92D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D92D0 is #926D2F. Grayscale: #8D8D8D. Windows color (decimal): -9596208 or 13668973. OLE color: 13668973.
HSL color Cylindrical-coordinate representation of color #6D92D0: hue angle of 217.58º 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 #6D92D0 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 146 | 208 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.18 |
| HSL | 217.58º | 0.51% | 0.62% | - |
| HSV(B) | 217.58º | 0.48% | 0.82% | - |
| XYZ | 27.97 | 28.36 | 63.67 | - |
| YUV | 142.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 208 | 0.48 | 0.30 | 0 | 0.18 | 217.58 | 0.51 | 0.62 |
| Hex | 6D | 92 | D0 | 30 | 1E | 0 | 12 | DA | 33 | 3E |
| Octal | 155 | 222 | 320 | 60 | 36 | 0 | 22 | 332 | 63 | 76 |
| Binary | 1101101 | 10010010 | 11010000 | 110000 | 11110 | 0 | 10010 | 11011010 | 110011 | 111110 |
Color Harmonies of #6D92D0
Complementary color
Monochromatic Colors of #6D92D0
Black with #6D92D0
Text Example
Text Example
White with #6D92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D92D0; }
p { color: rgb(109,146,208); }
H1.HeaderClassName
{
color: #6D92D0;
}
.AnyTagClassName
{
color: #6D92D0;
}
</style>
background-color css
<style>
a { background-color: #6D92D0; }
a { background-color: rgb(109,146,208); }
div.DivClassName
{
background-color: #6D92D0;
}
.BgClassName
{
background-color: #6D92D0;
}
</style>
border-color css
<style>
span { border-color: #6D92D0; }
span { border-color: rgb(109,146,208); }
td.TdClassName
{
border-color: #6D92D0;
}
.TagClassName
{
border-color: #6D92D0;
}
</style>