Shades of Danube #678CCD
Tints of Danube #678CCD
RGB
CMYK
RGB Variations
Color information
#678CCD (or 0x678CCD) is known color: Danube. HEX triplet: 67, 8C and CD. RGB value is (103,140,205). Sum of RGB (Red+Green+Blue) = 103+140+205=448 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.99% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #678CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CCD is #987332. Grayscale: #888888. Windows color (decimal): -9990963 or 13470823. OLE color: 13470823.
HSL color Cylindrical-coordinate representation of color #678CCD: hue angle of 218.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 #678CCD is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 140 | 205 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.20 |
| HSL | 218.24º | 0.5% | 0.6% | - |
| HSV(B) | 218.24º | 0.5% | 0.8% | - |
| XYZ | 25.99 | 26.05 | 61.42 | - |
| YUV | 136.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 205 | 0.50 | 0.32 | 0 | 0.20 | 218.24 | 0.5 | 0.6 |
| Hex | 67 | 8C | CD | 32 | 20 | 0 | 14 | DA | 32 | 3C |
| Octal | 147 | 214 | 315 | 62 | 40 | 0 | 24 | 332 | 62 | 74 |
| Binary | 1100111 | 10001100 | 11001101 | 110010 | 100000 | 0 | 10100 | 11011010 | 110010 | 111100 |
Color Harmonies of #678CCD
Complementary color
Monochromatic Colors of #678CCD
Black with #678CCD
Text Example
Text Example
White with #678CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CCD; }
p { color: rgb(103,140,205); }
H1.HeaderClassName
{
color: #678CCD;
}
.AnyTagClassName
{
color: #678CCD;
}
</style>
background-color css
<style>
a { background-color: #678CCD; }
a { background-color: rgb(103,140,205); }
div.DivClassName
{
background-color: #678CCD;
}
.BgClassName
{
background-color: #678CCD;
}
</style>
border-color css
<style>
span { border-color: #678CCD; }
span { border-color: rgb(103,140,205); }
td.TdClassName
{
border-color: #678CCD;
}
.TagClassName
{
border-color: #678CCD;
}
</style>