Shades of Danube #6782C1
Tints of Danube #6782C1
RGB
CMYK
RGB Variations
Color information
#6782C1 (or 0x6782C1) is known color: Danube. HEX triplet: 67, 82 and C1. RGB value is (103,130,193). Sum of RGB (Red+Green+Blue) = 103+130+193=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #6782C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6782C1 is #987D3E. Grayscale: #808080. Windows color (decimal): -9993535 or 12681831. OLE color: 12681831.
HSL color Cylindrical-coordinate representation of color #6782C1: hue angle of 222º degrees, saturation: 0.42, 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 #6782C1 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 130 | 193 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.24 |
| HSL | 222º | 0.42% | 0.58% | - |
| HSV(B) | 222º | 0.47% | 0.76% | - |
| XYZ | 23.2 | 22.7 | 53.61 | - |
| YUV | 129.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 193 | 0.47 | 0.33 | 0 | 0.24 | 222 | 0.42 | 0.58 |
| Hex | 67 | 82 | C1 | 2F | 21 | 0 | 18 | DE | 2A | 3A |
| Octal | 147 | 202 | 301 | 57 | 41 | 0 | 30 | 336 | 52 | 72 |
| Binary | 1100111 | 10000010 | 11000001 | 101111 | 100001 | 0 | 11000 | 11011110 | 101010 | 111010 |
Color Harmonies of #6782C1
Complementary color
Monochromatic Colors of #6782C1
Black with #6782C1
Text Example
Text Example
White with #6782C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6782C1; }
p { color: rgb(103,130,193); }
H1.HeaderClassName
{
color: #6782C1;
}
.AnyTagClassName
{
color: #6782C1;
}
</style>
background-color css
<style>
a { background-color: #6782C1; }
a { background-color: rgb(103,130,193); }
div.DivClassName
{
background-color: #6782C1;
}
.BgClassName
{
background-color: #6782C1;
}
</style>
border-color css
<style>
span { border-color: #6782C1; }
span { border-color: rgb(103,130,193); }
td.TdClassName
{
border-color: #6782C1;
}
.TagClassName
{
border-color: #6782C1;
}
</style>