Shades of Danube #678ACC
Tints of Danube #678ACC
RGB
CMYK
RGB Variations
Color information
#678ACC (or 0x678ACC) is known color: Danube. HEX triplet: 67, 8A and CC. RGB value is (103,138,204). Sum of RGB (Red+Green+Blue) = 103+138+204=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #678ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678ACC is #987533. Grayscale: #868686. Windows color (decimal): -9991476 or 13404775. OLE color: 13404775.
HSL color Cylindrical-coordinate representation of color #678ACC: hue angle of 219.21º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #678ACC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 138 | 204 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.2 |
| HSL | 219.21º | 0.5% | 0.6% | - |
| HSV(B) | 219.21º | 0.5% | 0.8% | - |
| XYZ | 25.58 | 25.42 | 60.69 | - |
| YUV | 135.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 204 | 0.50 | 0.32 | 0 | 0.2 | 219.21 | 0.5 | 0.6 |
| Hex | 67 | 8A | CC | 32 | 20 | 0 | 14 | DB | 32 | 3C |
| Octal | 147 | 212 | 314 | 62 | 40 | 0 | 24 | 333 | 62 | 74 |
| Binary | 1100111 | 10001010 | 11001100 | 110010 | 100000 | 0 | 10100 | 11011011 | 110010 | 111100 |
Color Harmonies of #678ACC
Complementary color
Monochromatic Colors of #678ACC
Black with #678ACC
Text Example
Text Example
White with #678ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678ACC; }
p { color: rgb(103,138,204); }
H1.HeaderClassName
{
color: #678ACC;
}
.AnyTagClassName
{
color: #678ACC;
}
</style>
background-color css
<style>
a { background-color: #678ACC; }
a { background-color: rgb(103,138,204); }
div.DivClassName
{
background-color: #678ACC;
}
.BgClassName
{
background-color: #678ACC;
}
</style>
border-color css
<style>
span { border-color: #678ACC; }
span { border-color: rgb(103,138,204); }
td.TdClassName
{
border-color: #678ACC;
}
.TagClassName
{
border-color: #678ACC;
}
</style>