Shades of Danube #6D8CCE
Tints of Danube #6D8CCE
RGB
CMYK
RGB Variations
Color information
#6D8CCE (or 0x6D8CCE) is known color: Danube. HEX triplet: 6D, 8C and CE. RGB value is (109,140,206). Sum of RGB (Red+Green+Blue) = 109+140+206=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CCE is #927331. Grayscale: #898989. Windows color (decimal): -9597746 or 13536365. OLE color: 13536365.
HSL color Cylindrical-coordinate representation of color #6D8CCE: hue angle of 220.82º 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 #6D8CCE is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 140 | 206 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.19 |
| HSL | 220.82º | 0.5% | 0.62% | - |
| HSV(B) | 220.82º | 0.47% | 0.81% | - |
| XYZ | 26.83 | 26.46 | 62.09 | - |
| YUV | 138.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 206 | 0.47 | 0.32 | 0 | 0.19 | 220.82 | 0.5 | 0.62 |
| Hex | 6D | 8C | CE | 2F | 20 | 0 | 13 | DD | 32 | 3E |
| Octal | 155 | 214 | 316 | 57 | 40 | 0 | 23 | 335 | 62 | 76 |
| Binary | 1101101 | 10001100 | 11001110 | 101111 | 100000 | 0 | 10011 | 11011101 | 110010 | 111110 |
Color Harmonies of #6D8CCE
Complementary color
Monochromatic Colors of #6D8CCE
Black with #6D8CCE
Text Example
Text Example
White with #6D8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8CCE; }
p { color: rgb(109,140,206); }
H1.HeaderClassName
{
color: #6D8CCE;
}
.AnyTagClassName
{
color: #6D8CCE;
}
</style>
background-color css
<style>
a { background-color: #6D8CCE; }
a { background-color: rgb(109,140,206); }
div.DivClassName
{
background-color: #6D8CCE;
}
.BgClassName
{
background-color: #6D8CCE;
}
</style>
border-color css
<style>
span { border-color: #6D8CCE; }
span { border-color: rgb(109,140,206); }
td.TdClassName
{
border-color: #6D8CCE;
}
.TagClassName
{
border-color: #6D8CCE;
}
</style>