Shades of Danube #678FC0
Tints of Danube #678FC0
RGB
CMYK
RGB Variations
Color information
#678FC0 (or 0x678FC0) is known color: Danube. HEX triplet: 67, 8F and C0. RGB value is (103,143,192). Sum of RGB (Red+Green+Blue) = 103+143+192=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #678FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678FC0 is #98703F. Grayscale: #888888. Windows color (decimal): -9990208 or 12619623. OLE color: 12619623.
HSL color Cylindrical-coordinate representation of color #678FC0: hue angle of 213.03º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #678FC0 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 143 | 192 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.25 |
| HSL | 213.03º | 0.41% | 0.58% | - |
| HSV(B) | 213.03º | 0.46% | 0.75% | - |
| XYZ | 24.93 | 26.33 | 53.64 | - |
| YUV | 136.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 192 | 0.46 | 0.26 | 0 | 0.25 | 213.03 | 0.41 | 0.58 |
| Hex | 67 | 8F | C0 | 2E | 1A | 0 | 19 | D5 | 29 | 3A |
| Octal | 147 | 217 | 300 | 56 | 32 | 0 | 31 | 325 | 51 | 72 |
| Binary | 1100111 | 10001111 | 11000000 | 101110 | 11010 | 0 | 11001 | 11010101 | 101001 | 111010 |
Color Harmonies of #678FC0
Complementary color
Monochromatic Colors of #678FC0
Black with #678FC0
Text Example
Text Example
White with #678FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678FC0; }
p { color: rgb(103,143,192); }
H1.HeaderClassName
{
color: #678FC0;
}
.AnyTagClassName
{
color: #678FC0;
}
</style>
background-color css
<style>
a { background-color: #678FC0; }
a { background-color: rgb(103,143,192); }
div.DivClassName
{
background-color: #678FC0;
}
.BgClassName
{
background-color: #678FC0;
}
</style>
border-color css
<style>
span { border-color: #678FC0; }
span { border-color: rgb(103,143,192); }
td.TdClassName
{
border-color: #678FC0;
}
.TagClassName
{
border-color: #678FC0;
}
</style>