Shades of Danube #6784BC
Tints of Danube #6784BC
RGB
CMYK
RGB Variations
Color information
#6784BC (or 0x6784BC) is known color: Danube. HEX triplet: 67, 84 and BC. RGB value is (103,132,188). Sum of RGB (Red+Green+Blue) = 103+132+188=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #6784BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6784BC is #987B43. Grayscale: #818181. Windows color (decimal): -9993028 or 12354663. OLE color: 12354663.
HSL color Cylindrical-coordinate representation of color #6784BC: hue angle of 219.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6784BC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 132 | 188 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.26 |
| HSL | 219.53º | 0.39% | 0.57% | - |
| HSV(B) | 219.53º | 0.45% | 0.74% | - |
| XYZ | 22.92 | 23.02 | 50.81 | - |
| YUV | 129.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 188 | 0.45 | 0.30 | 0 | 0.26 | 219.53 | 0.39 | 0.57 |
| Hex | 67 | 84 | BC | 2D | 1E | 0 | 1A | DC | 27 | 39 |
| Octal | 147 | 204 | 274 | 55 | 36 | 0 | 32 | 334 | 47 | 71 |
| Binary | 1100111 | 10000100 | 10111100 | 101101 | 11110 | 0 | 11010 | 11011100 | 100111 | 111001 |
Color Harmonies of #6784BC
Complementary color
Monochromatic Colors of #6784BC
Black with #6784BC
Text Example
Text Example
White with #6784BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6784BC; }
p { color: rgb(103,132,188); }
H1.HeaderClassName
{
color: #6784BC;
}
.AnyTagClassName
{
color: #6784BC;
}
</style>
background-color css
<style>
a { background-color: #6784BC; }
a { background-color: rgb(103,132,188); }
div.DivClassName
{
background-color: #6784BC;
}
.BgClassName
{
background-color: #6784BC;
}
</style>
border-color css
<style>
span { border-color: #6784BC; }
span { border-color: rgb(103,132,188); }
td.TdClassName
{
border-color: #6784BC;
}
.TagClassName
{
border-color: #6784BC;
}
</style>