Shades of Danube #6789CD
Tints of Danube #6789CD
RGB
CMYK
RGB Variations
Color information
#6789CD (or 0x6789CD) is known color: Danube. HEX triplet: 67, 89 and CD. RGB value is (103,137,205). Sum of RGB (Red+Green+Blue) = 103+137+205=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #6789CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6789CD is #987632. Grayscale: #868686. Windows color (decimal): -9991731 or 13470055. OLE color: 13470055.
HSL color Cylindrical-coordinate representation of color #6789CD: hue angle of 220º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6789CD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 137 | 205 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.20 |
| HSL | 220º | 0.5% | 0.6% | - |
| HSV(B) | 220º | 0.5% | 0.8% | - |
| XYZ | 25.56 | 25.18 | 61.27 | - |
| YUV | 134.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 205 | 0.50 | 0.33 | 0 | 0.20 | 220 | 0.5 | 0.6 |
| Hex | 67 | 89 | CD | 32 | 21 | 0 | 14 | DC | 32 | 3C |
| Octal | 147 | 211 | 315 | 62 | 41 | 0 | 24 | 334 | 62 | 74 |
| Binary | 1100111 | 10001001 | 11001101 | 110010 | 100001 | 0 | 10100 | 11011100 | 110010 | 111100 |
Color Harmonies of #6789CD
Complementary color
Monochromatic Colors of #6789CD
Black with #6789CD
Text Example
Text Example
White with #6789CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6789CD; }
p { color: rgb(103,137,205); }
H1.HeaderClassName
{
color: #6789CD;
}
.AnyTagClassName
{
color: #6789CD;
}
</style>
background-color css
<style>
a { background-color: #6789CD; }
a { background-color: rgb(103,137,205); }
div.DivClassName
{
background-color: #6789CD;
}
.BgClassName
{
background-color: #6789CD;
}
</style>
border-color css
<style>
span { border-color: #6789CD; }
span { border-color: rgb(103,137,205); }
td.TdClassName
{
border-color: #6789CD;
}
.TagClassName
{
border-color: #6789CD;
}
</style>