Shades of Danube #6D8FBD
Tints of Danube #6D8FBD
RGB
CMYK
RGB Variations
Color information
#6D8FBD (or 0x6D8FBD) is known color: Danube. HEX triplet: 6D, 8F and BD. RGB value is (109,143,189). Sum of RGB (Red+Green+Blue) = 109+143+189=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D8FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8FBD is #927042. Grayscale: #898989. Windows color (decimal): -9596995 or 12423021. OLE color: 12423021.
HSL color Cylindrical-coordinate representation of color #6D8FBD: hue angle of 214.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D8FBD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 143 | 189 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.26 |
| HSL | 214.5º | 0.38% | 0.58% | - |
| HSV(B) | 214.5º | 0.42% | 0.74% | - |
| XYZ | 25.31 | 26.57 | 51.94 | - |
| YUV | 138.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 189 | 0.42 | 0.24 | 0 | 0.26 | 214.5 | 0.38 | 0.58 |
| Hex | 6D | 8F | BD | 2A | 18 | 0 | 1A | D6 | 26 | 3A |
| Octal | 155 | 217 | 275 | 52 | 30 | 0 | 32 | 326 | 46 | 72 |
| Binary | 1101101 | 10001111 | 10111101 | 101010 | 11000 | 0 | 11010 | 11010110 | 100110 | 111010 |
Color Harmonies of #6D8FBD
Complementary color
Monochromatic Colors of #6D8FBD
Black with #6D8FBD
Text Example
Text Example
White with #6D8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8FBD; }
p { color: rgb(109,143,189); }
H1.HeaderClassName
{
color: #6D8FBD;
}
.AnyTagClassName
{
color: #6D8FBD;
}
</style>
background-color css
<style>
a { background-color: #6D8FBD; }
a { background-color: rgb(109,143,189); }
div.DivClassName
{
background-color: #6D8FBD;
}
.BgClassName
{
background-color: #6D8FBD;
}
</style>
border-color css
<style>
span { border-color: #6D8FBD; }
span { border-color: rgb(109,143,189); }
td.TdClassName
{
border-color: #6D8FBD;
}
.TagClassName
{
border-color: #6D8FBD;
}
</style>