Shades of Danube #6B8DBC
Tints of Danube #6B8DBC
RGB
CMYK
RGB Variations
Color information
#6B8DBC (or 0x6B8DBC) is known color: Danube. HEX triplet: 6B, 8D and BC. RGB value is (107,141,188). Sum of RGB (Red+Green+Blue) = 107+141+188=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B8DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8DBC is #947243. Grayscale: #878787. Windows color (decimal): -9728580 or 12356971. OLE color: 12356971.
HSL color Cylindrical-coordinate representation of color #6B8DBC: hue angle of 214.81º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B8DBC is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 141 | 188 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.26 |
| HSL | 214.81º | 0.38% | 0.58% | - |
| HSV(B) | 214.81º | 0.43% | 0.74% | - |
| XYZ | 24.67 | 25.81 | 51.26 | - |
| YUV | 136.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 188 | 0.43 | 0.25 | 0 | 0.26 | 214.81 | 0.38 | 0.58 |
| Hex | 6B | 8D | BC | 2B | 19 | 0 | 1A | D7 | 26 | 3A |
| Octal | 153 | 215 | 274 | 53 | 31 | 0 | 32 | 327 | 46 | 72 |
| Binary | 1101011 | 10001101 | 10111100 | 101011 | 11001 | 0 | 11010 | 11010111 | 100110 | 111010 |
Color Harmonies of #6B8DBC
Complementary color
Monochromatic Colors of #6B8DBC
Black with #6B8DBC
Text Example
Text Example
White with #6B8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8DBC; }
p { color: rgb(107,141,188); }
H1.HeaderClassName
{
color: #6B8DBC;
}
.AnyTagClassName
{
color: #6B8DBC;
}
</style>
background-color css
<style>
a { background-color: #6B8DBC; }
a { background-color: rgb(107,141,188); }
div.DivClassName
{
background-color: #6B8DBC;
}
.BgClassName
{
background-color: #6B8DBC;
}
</style>
border-color css
<style>
span { border-color: #6B8DBC; }
span { border-color: rgb(107,141,188); }
td.TdClassName
{
border-color: #6B8DBC;
}
.TagClassName
{
border-color: #6B8DBC;
}
</style>