Shades of Danube #678FCC
Tints of Danube #678FCC
RGB
CMYK
RGB Variations
Color information
#678FCC (or 0x678FCC) is known color: Danube. HEX triplet: 67, 8F and CC. RGB value is (103,143,204). Sum of RGB (Red+Green+Blue) = 103+143+204=450 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.89% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #678FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678FCC is #987033. Grayscale: #898989. Windows color (decimal): -9990196 or 13406055. OLE color: 13406055.
HSL color Cylindrical-coordinate representation of color #678FCC: hue angle of 216.24º 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 #678FCC is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 143 | 204 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.2 |
| HSL | 216.24º | 0.5% | 0.6% | - |
| HSV(B) | 216.24º | 0.5% | 0.8% | - |
| XYZ | 26.32 | 26.89 | 60.93 | - |
| YUV | 137.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 204 | 0.50 | 0.30 | 0 | 0.2 | 216.24 | 0.5 | 0.6 |
| Hex | 67 | 8F | CC | 32 | 1E | 0 | 14 | D8 | 32 | 3C |
| Octal | 147 | 217 | 314 | 62 | 36 | 0 | 24 | 330 | 62 | 74 |
| Binary | 1100111 | 10001111 | 11001100 | 110010 | 11110 | 0 | 10100 | 11011000 | 110010 | 111100 |
Color Harmonies of #678FCC
Complementary color
Monochromatic Colors of #678FCC
Black with #678FCC
Text Example
Text Example
White with #678FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678FCC; }
p { color: rgb(103,143,204); }
H1.HeaderClassName
{
color: #678FCC;
}
.AnyTagClassName
{
color: #678FCC;
}
</style>
background-color css
<style>
a { background-color: #678FCC; }
a { background-color: rgb(103,143,204); }
div.DivClassName
{
background-color: #678FCC;
}
.BgClassName
{
background-color: #678FCC;
}
</style>
border-color css
<style>
span { border-color: #678FCC; }
span { border-color: rgb(103,143,204); }
td.TdClassName
{
border-color: #678FCC;
}
.TagClassName
{
border-color: #678FCC;
}
</style>