Shades of Danube #6783C1
Tints of Danube #6783C1
RGB
CMYK
RGB Variations
Color information
#6783C1 (or 0x6783C1) is known color: Danube. HEX triplet: 67, 83 and C1. RGB value is (103,131,193). Sum of RGB (Red+Green+Blue) = 103+131+193=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #6783C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6783C1 is #987C3E. Grayscale: #818181. Windows color (decimal): -9993279 or 12682087. OLE color: 12682087.
HSL color Cylindrical-coordinate representation of color #6783C1: hue angle of 221.33º 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 #6783C1 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 131 | 193 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.24 |
| HSL | 221.33º | 0.42% | 0.58% | - |
| HSV(B) | 221.33º | 0.47% | 0.76% | - |
| XYZ | 23.34 | 22.97 | 53.66 | - |
| YUV | 129.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 193 | 0.47 | 0.32 | 0 | 0.24 | 221.33 | 0.42 | 0.58 |
| Hex | 67 | 83 | C1 | 2F | 20 | 0 | 18 | DD | 2A | 3A |
| Octal | 147 | 203 | 301 | 57 | 40 | 0 | 30 | 335 | 52 | 72 |
| Binary | 1100111 | 10000011 | 11000001 | 101111 | 100000 | 0 | 11000 | 11011101 | 101010 | 111010 |
Color Harmonies of #6783C1
Complementary color
Monochromatic Colors of #6783C1
Black with #6783C1
Text Example
Text Example
White with #6783C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6783C1; }
p { color: rgb(103,131,193); }
H1.HeaderClassName
{
color: #6783C1;
}
.AnyTagClassName
{
color: #6783C1;
}
</style>
background-color css
<style>
a { background-color: #6783C1; }
a { background-color: rgb(103,131,193); }
div.DivClassName
{
background-color: #6783C1;
}
.BgClassName
{
background-color: #6783C1;
}
</style>
border-color css
<style>
span { border-color: #6783C1; }
span { border-color: rgb(103,131,193); }
td.TdClassName
{
border-color: #6783C1;
}
.TagClassName
{
border-color: #6783C1;
}
</style>