Shades of Danube #6D8BCD
Tints of Danube #6D8BCD
RGB
CMYK
RGB Variations
Color information
#6D8BCD (or 0x6D8BCD) is known color: Danube. HEX triplet: 6D, 8B and CD. RGB value is (109,139,205). Sum of RGB (Red+Green+Blue) = 109+139+205=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D8BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8BCD is #927432. Grayscale: #898989. Windows color (decimal): -9598003 or 13470573. OLE color: 13470573.
HSL color Cylindrical-coordinate representation of color #6D8BCD: hue angle of 221.25º 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 #6D8BCD is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 139 | 205 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.20 |
| HSL | 221.25º | 0.49% | 0.62% | - |
| HSV(B) | 221.25º | 0.47% | 0.8% | - |
| XYZ | 26.56 | 26.12 | 61.4 | - |
| YUV | 137.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 205 | 0.47 | 0.32 | 0 | 0.20 | 221.25 | 0.49 | 0.62 |
| Hex | 6D | 8B | CD | 2F | 20 | 0 | 14 | DD | 31 | 3E |
| Octal | 155 | 213 | 315 | 57 | 40 | 0 | 24 | 335 | 61 | 76 |
| Binary | 1101101 | 10001011 | 11001101 | 101111 | 100000 | 0 | 10100 | 11011101 | 110001 | 111110 |
Color Harmonies of #6D8BCD
Complementary color
Monochromatic Colors of #6D8BCD
Black with #6D8BCD
Text Example
Text Example
White with #6D8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8BCD; }
p { color: rgb(109,139,205); }
H1.HeaderClassName
{
color: #6D8BCD;
}
.AnyTagClassName
{
color: #6D8BCD;
}
</style>
background-color css
<style>
a { background-color: #6D8BCD; }
a { background-color: rgb(109,139,205); }
div.DivClassName
{
background-color: #6D8BCD;
}
.BgClassName
{
background-color: #6D8BCD;
}
</style>
border-color css
<style>
span { border-color: #6D8BCD; }
span { border-color: rgb(109,139,205); }
td.TdClassName
{
border-color: #6D8BCD;
}
.TagClassName
{
border-color: #6D8BCD;
}
</style>