Shades of Danube #678CBB
Tints of Danube #678CBB
RGB
CMYK
RGB Variations
Color information
#678CBB (or 0x678CBB) is known color: Danube. HEX triplet: 67, 8C and BB. RGB value is (103,140,187). Sum of RGB (Red+Green+Blue) = 103+140+187=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #678CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CBB is #987344. Grayscale: #868686. Windows color (decimal): -9990981 or 12291175. OLE color: 12291175.
HSL color Cylindrical-coordinate representation of color #678CBB: hue angle of 213.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #678CBB is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 140 | 187 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.27 |
| HSL | 213.57º | 0.38% | 0.57% | - |
| HSV(B) | 213.57º | 0.45% | 0.73% | - |
| XYZ | 23.94 | 25.23 | 50.62 | - |
| YUV | 134.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 187 | 0.45 | 0.25 | 0 | 0.27 | 213.57 | 0.38 | 0.57 |
| Hex | 67 | 8C | BB | 2D | 19 | 0 | 1B | D6 | 26 | 39 |
| Octal | 147 | 214 | 273 | 55 | 31 | 0 | 33 | 326 | 46 | 71 |
| Binary | 1100111 | 10001100 | 10111011 | 101101 | 11001 | 0 | 11011 | 11010110 | 100110 | 111001 |
Color Harmonies of #678CBB
Complementary color
Monochromatic Colors of #678CBB
Black with #678CBB
Text Example
Text Example
White with #678CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CBB; }
p { color: rgb(103,140,187); }
H1.HeaderClassName
{
color: #678CBB;
}
.AnyTagClassName
{
color: #678CBB;
}
</style>
background-color css
<style>
a { background-color: #678CBB; }
a { background-color: rgb(103,140,187); }
div.DivClassName
{
background-color: #678CBB;
}
.BgClassName
{
background-color: #678CBB;
}
</style>
border-color css
<style>
span { border-color: #678CBB; }
span { border-color: rgb(103,140,187); }
td.TdClassName
{
border-color: #678CBB;
}
.TagClassName
{
border-color: #678CBB;
}
</style>