Shades of Danube #678CC8
Tints of Danube #678CC8
RGB
CMYK
RGB Variations
Color information
#678CC8 (or 0x678CC8) is known color: Danube. HEX triplet: 67, 8C and C8. RGB value is (103,140,200). Sum of RGB (Red+Green+Blue) = 103+140+200=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #678CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CC8 is #987337. Grayscale: #878787. Windows color (decimal): -9990968 or 13143143. OLE color: 13143143.
HSL color Cylindrical-coordinate representation of color #678CC8: hue angle of 217.11º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #678CC8 is Cyan = 0.48, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 140 | 200 | - |
| CMYK | 0.48 | 0.3 | 0 | 0.22 |
| HSL | 217.11º | 0.47% | 0.59% | - |
| HSV(B) | 217.11º | 0.49% | 0.78% | - |
| XYZ | 25.4 | 25.81 | 58.29 | - |
| YUV | 135.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 200 | 0.48 | 0.3 | 0 | 0.22 | 217.11 | 0.47 | 0.59 |
| Hex | 67 | 8C | C8 | 30 | 1E | 0 | 16 | D9 | 2F | 3B |
| Octal | 147 | 214 | 310 | 60 | 36 | 0 | 26 | 331 | 57 | 73 |
| Binary | 1100111 | 10001100 | 11001000 | 110000 | 11110 | 0 | 10110 | 11011001 | 101111 | 111011 |
Color Harmonies of #678CC8
Complementary color
Monochromatic Colors of #678CC8
Black with #678CC8
Text Example
Text Example
White with #678CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CC8; }
p { color: rgb(103,140,200); }
H1.HeaderClassName
{
color: #678CC8;
}
.AnyTagClassName
{
color: #678CC8;
}
</style>
background-color css
<style>
a { background-color: #678CC8; }
a { background-color: rgb(103,140,200); }
div.DivClassName
{
background-color: #678CC8;
}
.BgClassName
{
background-color: #678CC8;
}
</style>
border-color css
<style>
span { border-color: #678CC8; }
span { border-color: rgb(103,140,200); }
td.TdClassName
{
border-color: #678CC8;
}
.TagClassName
{
border-color: #678CC8;
}
</style>