Shades of Danube #678AC1
Tints of Danube #678AC1
RGB
CMYK
RGB Variations
Color information
#678AC1 (or 0x678AC1) is known color: Danube. HEX triplet: 67, 8A and C1. RGB value is (103,138,193). Sum of RGB (Red+Green+Blue) = 103+138+193=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #678AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678AC1 is #98753E. Grayscale: #858585. Windows color (decimal): -9991487 or 12683879. OLE color: 12683879.
HSL color Cylindrical-coordinate representation of color #678AC1: hue angle of 216.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #678AC1 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 138 | 193 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.24 |
| HSL | 216.67º | 0.42% | 0.58% | - |
| HSV(B) | 216.67º | 0.47% | 0.76% | - |
| XYZ | 24.31 | 24.91 | 53.98 | - |
| YUV | 133.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 193 | 0.47 | 0.28 | 0 | 0.24 | 216.67 | 0.42 | 0.58 |
| Hex | 67 | 8A | C1 | 2F | 1C | 0 | 18 | D9 | 2A | 3A |
| Octal | 147 | 212 | 301 | 57 | 34 | 0 | 30 | 331 | 52 | 72 |
| Binary | 1100111 | 10001010 | 11000001 | 101111 | 11100 | 0 | 11000 | 11011001 | 101010 | 111010 |
Color Harmonies of #678AC1
Complementary color
Monochromatic Colors of #678AC1
Black with #678AC1
Text Example
Text Example
White with #678AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678AC1; }
p { color: rgb(103,138,193); }
H1.HeaderClassName
{
color: #678AC1;
}
.AnyTagClassName
{
color: #678AC1;
}
</style>
background-color css
<style>
a { background-color: #678AC1; }
a { background-color: rgb(103,138,193); }
div.DivClassName
{
background-color: #678AC1;
}
.BgClassName
{
background-color: #678AC1;
}
</style>
border-color css
<style>
span { border-color: #678AC1; }
span { border-color: rgb(103,138,193); }
td.TdClassName
{
border-color: #678AC1;
}
.TagClassName
{
border-color: #678AC1;
}
</style>