Shades of Danube #6B8BBD
Tints of Danube #6B8BBD
RGB
CMYK
RGB Variations
Color information
#6B8BBD (or 0x6B8BBD) is known color: Danube. HEX triplet: 6B, 8B and BD. RGB value is (107,139,189). Sum of RGB (Red+Green+Blue) = 107+139+189=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B8BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8BBD is #947442. Grayscale: #868686. Windows color (decimal): -9729091 or 12421995. OLE color: 12421995.
HSL color Cylindrical-coordinate representation of color #6B8BBD: hue angle of 216.59º 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 #6B8BBD is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 139 | 189 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.26 |
| HSL | 216.59º | 0.38% | 0.58% | - |
| HSV(B) | 216.59º | 0.43% | 0.74% | - |
| XYZ | 24.48 | 25.27 | 51.73 | - |
| YUV | 135.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 189 | 0.43 | 0.26 | 0 | 0.26 | 216.59 | 0.38 | 0.58 |
| Hex | 6B | 8B | BD | 2B | 1A | 0 | 1A | D9 | 26 | 3A |
| Octal | 153 | 213 | 275 | 53 | 32 | 0 | 32 | 331 | 46 | 72 |
| Binary | 1101011 | 10001011 | 10111101 | 101011 | 11010 | 0 | 11010 | 11011001 | 100110 | 111010 |
Color Harmonies of #6B8BBD
Complementary color
Monochromatic Colors of #6B8BBD
Black with #6B8BBD
Text Example
Text Example
White with #6B8BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8BBD; }
p { color: rgb(107,139,189); }
H1.HeaderClassName
{
color: #6B8BBD;
}
.AnyTagClassName
{
color: #6B8BBD;
}
</style>
background-color css
<style>
a { background-color: #6B8BBD; }
a { background-color: rgb(107,139,189); }
div.DivClassName
{
background-color: #6B8BBD;
}
.BgClassName
{
background-color: #6B8BBD;
}
</style>
border-color css
<style>
span { border-color: #6B8BBD; }
span { border-color: rgb(107,139,189); }
td.TdClassName
{
border-color: #6B8BBD;
}
.TagClassName
{
border-color: #6B8BBD;
}
</style>