Shades of Danube #6B89BE
Tints of Danube #6B89BE
RGB
CMYK
RGB Variations
Color information
#6B89BE (or 0x6B89BE) is known color: Danube. HEX triplet: 6B, 89 and BE. RGB value is (107,137,190). Sum of RGB (Red+Green+Blue) = 107+137+190=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B89BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B89BE is #947641. Grayscale: #858585. Windows color (decimal): -9729602 or 12487019. OLE color: 12487019.
HSL color Cylindrical-coordinate representation of color #6B89BE: hue angle of 218.31º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B89BE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 137 | 190 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.25 |
| HSL | 218.31º | 0.39% | 0.58% | - |
| HSV(B) | 218.31º | 0.44% | 0.75% | - |
| XYZ | 24.3 | 24.73 | 52.21 | - |
| YUV | 134.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 190 | 0.44 | 0.28 | 0 | 0.25 | 218.31 | 0.39 | 0.58 |
| Hex | 6B | 89 | BE | 2C | 1C | 0 | 19 | DA | 27 | 3A |
| Octal | 153 | 211 | 276 | 54 | 34 | 0 | 31 | 332 | 47 | 72 |
| Binary | 1101011 | 10001001 | 10111110 | 101100 | 11100 | 0 | 11001 | 11011010 | 100111 | 111010 |
Color Harmonies of #6B89BE
Complementary color
Monochromatic Colors of #6B89BE
Black with #6B89BE
Text Example
Text Example
White with #6B89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B89BE; }
p { color: rgb(107,137,190); }
H1.HeaderClassName
{
color: #6B89BE;
}
.AnyTagClassName
{
color: #6B89BE;
}
</style>
background-color css
<style>
a { background-color: #6B89BE; }
a { background-color: rgb(107,137,190); }
div.DivClassName
{
background-color: #6B89BE;
}
.BgClassName
{
background-color: #6B89BE;
}
</style>
border-color css
<style>
span { border-color: #6B89BE; }
span { border-color: rgb(107,137,190); }
td.TdClassName
{
border-color: #6B89BE;
}
.TagClassName
{
border-color: #6B89BE;
}
</style>