Shades of Danube #6C89CD
Tints of Danube #6C89CD
RGB
CMYK
RGB Variations
Color information
#6C89CD (or 0x6C89CD) is known color: Danube. HEX triplet: 6C, 89 and CD. RGB value is (108,137,205). Sum of RGB (Red+Green+Blue) = 108+137+205=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C89CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C89CD is #937632. Grayscale: #878787. Windows color (decimal): -9664051 or 13470060. OLE color: 13470060.
HSL color Cylindrical-coordinate representation of color #6C89CD: hue angle of 222.06º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C89CD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 137 | 205 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.20 |
| HSL | 222.06º | 0.49% | 0.61% | - |
| HSV(B) | 222.06º | 0.47% | 0.8% | - |
| XYZ | 26.15 | 25.49 | 61.3 | - |
| YUV | 136.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 205 | 0.47 | 0.33 | 0 | 0.20 | 222.06 | 0.49 | 0.61 |
| Hex | 6C | 89 | CD | 2F | 21 | 0 | 14 | DE | 31 | 3D |
| Octal | 154 | 211 | 315 | 57 | 41 | 0 | 24 | 336 | 61 | 75 |
| Binary | 1101100 | 10001001 | 11001101 | 101111 | 100001 | 0 | 10100 | 11011110 | 110001 | 111101 |
Color Harmonies of #6C89CD
Complementary color
Monochromatic Colors of #6C89CD
Black with #6C89CD
Text Example
Text Example
White with #6C89CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C89CD; }
p { color: rgb(108,137,205); }
H1.HeaderClassName
{
color: #6C89CD;
}
.AnyTagClassName
{
color: #6C89CD;
}
</style>
background-color css
<style>
a { background-color: #6C89CD; }
a { background-color: rgb(108,137,205); }
div.DivClassName
{
background-color: #6C89CD;
}
.BgClassName
{
background-color: #6C89CD;
}
</style>
border-color css
<style>
span { border-color: #6C89CD; }
span { border-color: rgb(108,137,205); }
td.TdClassName
{
border-color: #6C89CD;
}
.TagClassName
{
border-color: #6C89CD;
}
</style>