Shades of Danube #6D8BCE
Tints of Danube #6D8BCE
RGB
CMYK
RGB Variations
Color information
#6D8BCE (or 0x6D8BCE) is known color: Danube. HEX triplet: 6D, 8B and CE. RGB value is (109,139,206). Sum of RGB (Red+Green+Blue) = 109+139+206=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 139 (54.69% from 255 or 30.62% 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 #6D8BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8BCE is #927431. Grayscale: #898989. Windows color (decimal): -9598002 or 13536109. OLE color: 13536109.
HSL color Cylindrical-coordinate representation of color #6D8BCE: hue angle of 221.44º 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 #6D8BCE is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 139 | 206 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.19 |
| HSL | 221.44º | 0.5% | 0.62% | - |
| HSV(B) | 221.44º | 0.47% | 0.81% | - |
| XYZ | 26.68 | 26.17 | 62.04 | - |
| YUV | 137.67 | 166.56 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 206 | 0.47 | 0.33 | 0 | 0.19 | 221.44 | 0.5 | 0.62 |
| Hex | 6D | 8B | CE | 2F | 21 | 0 | 13 | DD | 32 | 3E |
| Octal | 155 | 213 | 316 | 57 | 41 | 0 | 23 | 335 | 62 | 76 |
| Binary | 1101101 | 10001011 | 11001110 | 101111 | 100001 | 0 | 10011 | 11011101 | 110010 | 111110 |
Color Harmonies of #6D8BCE
Complementary color
Monochromatic Colors of #6D8BCE
Black with #6D8BCE
Text Example
Text Example
White with #6D8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8BCE; }
p { color: rgb(109,139,206); }
H1.HeaderClassName
{
color: #6D8BCE;
}
.AnyTagClassName
{
color: #6D8BCE;
}
</style>
background-color css
<style>
a { background-color: #6D8BCE; }
a { background-color: rgb(109,139,206); }
div.DivClassName
{
background-color: #6D8BCE;
}
.BgClassName
{
background-color: #6D8BCE;
}
</style>
border-color css
<style>
span { border-color: #6D8BCE; }
span { border-color: rgb(109,139,206); }
td.TdClassName
{
border-color: #6D8BCE;
}
.TagClassName
{
border-color: #6D8BCE;
}
</style>