Shades of Danube #6D92CE
Tints of Danube #6D92CE
RGB
CMYK
RGB Variations
Color information
#6D92CE (or 0x6D92CE) is known color: Danube. HEX triplet: 6D, 92 and CE. RGB value is (109,146,206). Sum of RGB (Red+Green+Blue) = 109+146+206=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D92CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D92CE is #926D31. Grayscale: #8D8D8D. Windows color (decimal): -9596210 or 13537901. OLE color: 13537901.
HSL color Cylindrical-coordinate representation of color #6D92CE: hue angle of 217.11º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D92CE is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 146 | 206 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.19 |
| HSL | 217.11º | 0.5% | 0.62% | - |
| HSV(B) | 217.11º | 0.47% | 0.81% | - |
| XYZ | 27.73 | 28.27 | 62.39 | - |
| YUV | 141.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 206 | 0.47 | 0.29 | 0 | 0.19 | 217.11 | 0.5 | 0.62 |
| Hex | 6D | 92 | CE | 2F | 1D | 0 | 13 | D9 | 32 | 3E |
| Octal | 155 | 222 | 316 | 57 | 35 | 0 | 23 | 331 | 62 | 76 |
| Binary | 1101101 | 10010010 | 11001110 | 101111 | 11101 | 0 | 10011 | 11011001 | 110010 | 111110 |
Color Harmonies of #6D92CE
Complementary color
Monochromatic Colors of #6D92CE
Black with #6D92CE
Text Example
Text Example
White with #6D92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D92CE; }
p { color: rgb(109,146,206); }
H1.HeaderClassName
{
color: #6D92CE;
}
.AnyTagClassName
{
color: #6D92CE;
}
</style>
background-color css
<style>
a { background-color: #6D92CE; }
a { background-color: rgb(109,146,206); }
div.DivClassName
{
background-color: #6D92CE;
}
.BgClassName
{
background-color: #6D92CE;
}
</style>
border-color css
<style>
span { border-color: #6D92CE; }
span { border-color: rgb(109,146,206); }
td.TdClassName
{
border-color: #6D92CE;
}
.TagClassName
{
border-color: #6D92CE;
}
</style>