Shades of Danube #678ECB
Tints of Danube #678ECB
RGB
CMYK
RGB Variations
Color information
#678ECB (or 0x678ECB) is known color: Danube. HEX triplet: 67, 8E and CB. RGB value is (103,142,203). Sum of RGB (Red+Green+Blue) = 103+142+203=448 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.99% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #678ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678ECB is #987134. Grayscale: #898989. Windows color (decimal): -9990453 or 13340263. OLE color: 13340263.
HSL color Cylindrical-coordinate representation of color #678ECB: hue angle of 216.6º 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 #678ECB is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 142 | 203 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.20 |
| HSL | 216.6º | 0.49% | 0.6% | - |
| HSV(B) | 216.6º | 0.49% | 0.8% | - |
| XYZ | 26.05 | 26.54 | 60.25 | - |
| YUV | 137.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 203 | 0.49 | 0.30 | 0 | 0.20 | 216.6 | 0.49 | 0.6 |
| Hex | 67 | 8E | CB | 31 | 1E | 0 | 14 | D9 | 31 | 3C |
| Octal | 147 | 216 | 313 | 61 | 36 | 0 | 24 | 331 | 61 | 74 |
| Binary | 1100111 | 10001110 | 11001011 | 110001 | 11110 | 0 | 10100 | 11011001 | 110001 | 111100 |
Color Harmonies of #678ECB
Complementary color
Monochromatic Colors of #678ECB
Black with #678ECB
Text Example
Text Example
White with #678ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678ECB; }
p { color: rgb(103,142,203); }
H1.HeaderClassName
{
color: #678ECB;
}
.AnyTagClassName
{
color: #678ECB;
}
</style>
background-color css
<style>
a { background-color: #678ECB; }
a { background-color: rgb(103,142,203); }
div.DivClassName
{
background-color: #678ECB;
}
.BgClassName
{
background-color: #678ECB;
}
</style>
border-color css
<style>
span { border-color: #678ECB; }
span { border-color: rgb(103,142,203); }
td.TdClassName
{
border-color: #678ECB;
}
.TagClassName
{
border-color: #678ECB;
}
</style>