Shades of Danube #6B89CE
Tints of Danube #6B89CE
RGB
CMYK
RGB Variations
Color information
#6B89CE (or 0x6B89CE) is known color: Danube. HEX triplet: 6B, 89 and CE. RGB value is (107,137,206). Sum of RGB (Red+Green+Blue) = 107+137+206=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B89CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B89CE is #947631. Grayscale: #878787. Windows color (decimal): -9729586 or 13535595. OLE color: 13535595.
HSL color Cylindrical-coordinate representation of color #6B89CE: hue angle of 221.82º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B89CE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 137 | 206 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.19 |
| HSL | 221.82º | 0.5% | 0.61% | - |
| HSV(B) | 221.82º | 0.48% | 0.81% | - |
| XYZ | 26.15 | 25.47 | 61.93 | - |
| YUV | 135.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 206 | 0.48 | 0.33 | 0 | 0.19 | 221.82 | 0.5 | 0.61 |
| Hex | 6B | 89 | CE | 30 | 21 | 0 | 13 | DE | 32 | 3D |
| Octal | 153 | 211 | 316 | 60 | 41 | 0 | 23 | 336 | 62 | 75 |
| Binary | 1101011 | 10001001 | 11001110 | 110000 | 100001 | 0 | 10011 | 11011110 | 110010 | 111101 |
Color Harmonies of #6B89CE
Complementary color
Monochromatic Colors of #6B89CE
Black with #6B89CE
Text Example
Text Example
White with #6B89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B89CE; }
p { color: rgb(107,137,206); }
H1.HeaderClassName
{
color: #6B89CE;
}
.AnyTagClassName
{
color: #6B89CE;
}
</style>
background-color css
<style>
a { background-color: #6B89CE; }
a { background-color: rgb(107,137,206); }
div.DivClassName
{
background-color: #6B89CE;
}
.BgClassName
{
background-color: #6B89CE;
}
</style>
border-color css
<style>
span { border-color: #6B89CE; }
span { border-color: rgb(107,137,206); }
td.TdClassName
{
border-color: #6B89CE;
}
.TagClassName
{
border-color: #6B89CE;
}
</style>