Shades of Danube #6B8BBC
Tints of Danube #6B8BBC
RGB
CMYK
RGB Variations
Color information
#6B8BBC (or 0x6B8BBC) is known color: Danube. HEX triplet: 6B, 8B and BC. RGB value is (107,139,188). Sum of RGB (Red+Green+Blue) = 107+139+188=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B8BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8BBC is #947443. Grayscale: #868686. Windows color (decimal): -9729092 or 12356459. OLE color: 12356459.
HSL color Cylindrical-coordinate representation of color #6B8BBC: hue angle of 216.3º 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 #6B8BBC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 139 | 188 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.26 |
| HSL | 216.3º | 0.38% | 0.58% | - |
| HSV(B) | 216.3º | 0.43% | 0.74% | - |
| XYZ | 24.37 | 25.22 | 51.16 | - |
| YUV | 135.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 188 | 0.43 | 0.26 | 0 | 0.26 | 216.3 | 0.38 | 0.58 |
| Hex | 6B | 8B | BC | 2B | 1A | 0 | 1A | D8 | 26 | 3A |
| Octal | 153 | 213 | 274 | 53 | 32 | 0 | 32 | 330 | 46 | 72 |
| Binary | 1101011 | 10001011 | 10111100 | 101011 | 11010 | 0 | 11010 | 11011000 | 100110 | 111010 |
Color Harmonies of #6B8BBC
Complementary color
Monochromatic Colors of #6B8BBC
Black with #6B8BBC
Text Example
Text Example
White with #6B8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8BBC; }
p { color: rgb(107,139,188); }
H1.HeaderClassName
{
color: #6B8BBC;
}
.AnyTagClassName
{
color: #6B8BBC;
}
</style>
background-color css
<style>
a { background-color: #6B8BBC; }
a { background-color: rgb(107,139,188); }
div.DivClassName
{
background-color: #6B8BBC;
}
.BgClassName
{
background-color: #6B8BBC;
}
</style>
border-color css
<style>
span { border-color: #6B8BBC; }
span { border-color: rgb(107,139,188); }
td.TdClassName
{
border-color: #6B8BBC;
}
.TagClassName
{
border-color: #6B8BBC;
}
</style>