Shades of Danube #6D8DCB
Tints of Danube #6D8DCB
RGB
CMYK
RGB Variations
Color information
#6D8DCB (or 0x6D8DCB) is known color: Danube. HEX triplet: 6D, 8D and CB. RGB value is (109,141,203). Sum of RGB (Red+Green+Blue) = 109+141+203=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D8DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8DCB is #927234. Grayscale: #8A8A8A. Windows color (decimal): -9597493 or 13340013. OLE color: 13340013.
HSL color Cylindrical-coordinate representation of color #6D8DCB: hue angle of 219.57º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D8DCB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 141 | 203 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.20 |
| HSL | 219.57º | 0.47% | 0.61% | - |
| HSV(B) | 219.57º | 0.46% | 0.8% | - |
| XYZ | 26.61 | 26.61 | 60.23 | - |
| YUV | 138.5 | 164.4 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 141 | 203 | 0.46 | 0.31 | 0 | 0.20 | 219.57 | 0.47 | 0.61 |
| Hex | 6D | 8D | CB | 2E | 1F | 0 | 14 | DC | 2F | 3D |
| Octal | 155 | 215 | 313 | 56 | 37 | 0 | 24 | 334 | 57 | 75 |
| Binary | 1101101 | 10001101 | 11001011 | 101110 | 11111 | 0 | 10100 | 11011100 | 101111 | 111101 |
Color Harmonies of #6D8DCB
Complementary color
Monochromatic Colors of #6D8DCB
Black with #6D8DCB
Text Example
Text Example
White with #6D8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8DCB; }
p { color: rgb(109,141,203); }
H1.HeaderClassName
{
color: #6D8DCB;
}
.AnyTagClassName
{
color: #6D8DCB;
}
</style>
background-color css
<style>
a { background-color: #6D8DCB; }
a { background-color: rgb(109,141,203); }
div.DivClassName
{
background-color: #6D8DCB;
}
.BgClassName
{
background-color: #6D8DCB;
}
</style>
border-color css
<style>
span { border-color: #6D8DCB; }
span { border-color: rgb(109,141,203); }
td.TdClassName
{
border-color: #6D8DCB;
}
.TagClassName
{
border-color: #6D8DCB;
}
</style>