Shades of Danube #6D8CCD
Tints of Danube #6D8CCD
RGB
CMYK
RGB Variations
Color information
#6D8CCD (or 0x6D8CCD) is known color: Danube. HEX triplet: 6D, 8C and CD. RGB value is (109,140,205). Sum of RGB (Red+Green+Blue) = 109+140+205=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D8CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CCD is #927332. Grayscale: #898989. Windows color (decimal): -9597747 or 13470829. OLE color: 13470829.
HSL color Cylindrical-coordinate representation of color #6D8CCD: hue angle of 220.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D8CCD is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 140 | 205 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.20 |
| HSL | 220.63º | 0.49% | 0.62% | - |
| HSV(B) | 220.63º | 0.47% | 0.8% | - |
| XYZ | 26.7 | 26.42 | 61.45 | - |
| YUV | 138.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 205 | 0.47 | 0.32 | 0 | 0.20 | 220.63 | 0.49 | 0.62 |
| Hex | 6D | 8C | CD | 2F | 20 | 0 | 14 | DD | 31 | 3E |
| Octal | 155 | 214 | 315 | 57 | 40 | 0 | 24 | 335 | 61 | 76 |
| Binary | 1101101 | 10001100 | 11001101 | 101111 | 100000 | 0 | 10100 | 11011101 | 110001 | 111110 |
Color Harmonies of #6D8CCD
Complementary color
Monochromatic Colors of #6D8CCD
Black with #6D8CCD
Text Example
Text Example
White with #6D8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8CCD; }
p { color: rgb(109,140,205); }
H1.HeaderClassName
{
color: #6D8CCD;
}
.AnyTagClassName
{
color: #6D8CCD;
}
</style>
background-color css
<style>
a { background-color: #6D8CCD; }
a { background-color: rgb(109,140,205); }
div.DivClassName
{
background-color: #6D8CCD;
}
.BgClassName
{
background-color: #6D8CCD;
}
</style>
border-color css
<style>
span { border-color: #6D8CCD; }
span { border-color: rgb(109,140,205); }
td.TdClassName
{
border-color: #6D8CCD;
}
.TagClassName
{
border-color: #6D8CCD;
}
</style>