Shades of Danube #6C89CA
Tints of Danube #6C89CA
RGB
CMYK
RGB Variations
Color information
#6C89CA (or 0x6C89CA) is known color: Danube. HEX triplet: 6C, 89 and CA. RGB value is (108,137,202). Sum of RGB (Red+Green+Blue) = 108+137+202=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C89CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C89CA is #937635. Grayscale: #878787. Windows color (decimal): -9664054 or 13273452. OLE color: 13273452.
HSL color Cylindrical-coordinate representation of color #6C89CA: hue angle of 221.49º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C89CA is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 137 | 202 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.21 |
| HSL | 221.49º | 0.47% | 0.61% | - |
| HSV(B) | 221.49º | 0.47% | 0.79% | - |
| XYZ | 25.79 | 25.34 | 59.41 | - |
| YUV | 135.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 202 | 0.47 | 0.32 | 0 | 0.21 | 221.49 | 0.47 | 0.61 |
| Hex | 6C | 89 | CA | 2F | 20 | 0 | 15 | DD | 2F | 3D |
| Octal | 154 | 211 | 312 | 57 | 40 | 0 | 25 | 335 | 57 | 75 |
| Binary | 1101100 | 10001001 | 11001010 | 101111 | 100000 | 0 | 10101 | 11011101 | 101111 | 111101 |
Color Harmonies of #6C89CA
Complementary color
Monochromatic Colors of #6C89CA
Black with #6C89CA
Text Example
Text Example
White with #6C89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C89CA; }
p { color: rgb(108,137,202); }
H1.HeaderClassName
{
color: #6C89CA;
}
.AnyTagClassName
{
color: #6C89CA;
}
</style>
background-color css
<style>
a { background-color: #6C89CA; }
a { background-color: rgb(108,137,202); }
div.DivClassName
{
background-color: #6C89CA;
}
.BgClassName
{
background-color: #6C89CA;
}
</style>
border-color css
<style>
span { border-color: #6C89CA; }
span { border-color: rgb(108,137,202); }
td.TdClassName
{
border-color: #6C89CA;
}
.TagClassName
{
border-color: #6C89CA;
}
</style>