Shades of Danube #678BC3
Tints of Danube #678BC3
RGB
CMYK
RGB Variations
Color information
#678BC3 (or 0x678BC3) is known color: Danube. HEX triplet: 67, 8B and C3. RGB value is (103,139,195). Sum of RGB (Red+Green+Blue) = 103+139+195=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #678BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BC3 is #98743C. Grayscale: #868686. Windows color (decimal): -9991229 or 12815207. OLE color: 12815207.
HSL color Cylindrical-coordinate representation of color #678BC3: hue angle of 216.52º degrees, saturation: 0.43, 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 #678BC3 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 139 | 195 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.24 |
| HSL | 216.52º | 0.43% | 0.58% | - |
| HSV(B) | 216.52º | 0.47% | 0.76% | - |
| XYZ | 24.68 | 25.29 | 55.21 | - |
| YUV | 134.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 195 | 0.47 | 0.29 | 0 | 0.24 | 216.52 | 0.43 | 0.58 |
| Hex | 67 | 8B | C3 | 2F | 1D | 0 | 18 | D9 | 2B | 3A |
| Octal | 147 | 213 | 303 | 57 | 35 | 0 | 30 | 331 | 53 | 72 |
| Binary | 1100111 | 10001011 | 11000011 | 101111 | 11101 | 0 | 11000 | 11011001 | 101011 | 111010 |
Color Harmonies of #678BC3
Complementary color
Monochromatic Colors of #678BC3
Black with #678BC3
Text Example
Text Example
White with #678BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678BC3; }
p { color: rgb(103,139,195); }
H1.HeaderClassName
{
color: #678BC3;
}
.AnyTagClassName
{
color: #678BC3;
}
</style>
background-color css
<style>
a { background-color: #678BC3; }
a { background-color: rgb(103,139,195); }
div.DivClassName
{
background-color: #678BC3;
}
.BgClassName
{
background-color: #678BC3;
}
</style>
border-color css
<style>
span { border-color: #678BC3; }
span { border-color: rgb(103,139,195); }
td.TdClassName
{
border-color: #678BC3;
}
.TagClassName
{
border-color: #678BC3;
}
</style>