Shades of Danube #678DCB
Tints of Danube #678DCB
RGB
CMYK
RGB Variations
Color information
#678DCB (or 0x678DCB) is known color: Danube. HEX triplet: 67, 8D and CB. RGB value is (103,141,203). Sum of RGB (Red+Green+Blue) = 103+141+203=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #678DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DCB is #987234. Grayscale: #888888. Windows color (decimal): -9990709 or 13340007. OLE color: 13340007.
HSL color Cylindrical-coordinate representation of color #678DCB: hue angle of 217.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #678DCB is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 141 | 203 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.20 |
| HSL | 217.2º | 0.49% | 0.6% | - |
| HSV(B) | 217.2º | 0.49% | 0.8% | - |
| XYZ | 25.9 | 26.25 | 60.2 | - |
| YUV | 136.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 203 | 0.49 | 0.31 | 0 | 0.20 | 217.2 | 0.49 | 0.6 |
| Hex | 67 | 8D | CB | 31 | 1F | 0 | 14 | D9 | 31 | 3C |
| Octal | 147 | 215 | 313 | 61 | 37 | 0 | 24 | 331 | 61 | 74 |
| Binary | 1100111 | 10001101 | 11001011 | 110001 | 11111 | 0 | 10100 | 11011001 | 110001 | 111100 |
Color Harmonies of #678DCB
Complementary color
Monochromatic Colors of #678DCB
Black with #678DCB
Text Example
Text Example
White with #678DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DCB; }
p { color: rgb(103,141,203); }
H1.HeaderClassName
{
color: #678DCB;
}
.AnyTagClassName
{
color: #678DCB;
}
</style>
background-color css
<style>
a { background-color: #678DCB; }
a { background-color: rgb(103,141,203); }
div.DivClassName
{
background-color: #678DCB;
}
.BgClassName
{
background-color: #678DCB;
}
</style>
border-color css
<style>
span { border-color: #678DCB; }
span { border-color: rgb(103,141,203); }
td.TdClassName
{
border-color: #678DCB;
}
.TagClassName
{
border-color: #678DCB;
}
</style>