Shades of Danube #6890D3
Tints of Danube #6890D3
RGB
CMYK
RGB Variations
Color information
#6890D3 (or 0x6890D3) is known color: Danube. HEX triplet: 68, 90 and D3. RGB value is (104,144,211). Sum of RGB (Red+Green+Blue) = 104+144+211=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #6890D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6890D3 is #976F2C. Grayscale: #8B8B8B. Windows color (decimal): -9924397 or 13865064. OLE color: 13865064.
HSL color Cylindrical-coordinate representation of color #6890D3: hue angle of 217.57º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6890D3 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 144 | 211 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.17 |
| HSL | 217.57º | 0.55% | 0.62% | - |
| HSV(B) | 217.57º | 0.51% | 0.83% | - |
| XYZ | 27.44 | 27.59 | 65.51 | - |
| YUV | 139.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 211 | 0.51 | 0.32 | 0 | 0.17 | 217.57 | 0.55 | 0.62 |
| Hex | 68 | 90 | D3 | 33 | 20 | 0 | 11 | DA | 37 | 3E |
| Octal | 150 | 220 | 323 | 63 | 40 | 0 | 21 | 332 | 67 | 76 |
| Binary | 1101000 | 10010000 | 11010011 | 110011 | 100000 | 0 | 10001 | 11011010 | 110111 | 111110 |
Color Harmonies of #6890D3
Complementary color
Monochromatic Colors of #6890D3
Black with #6890D3
Text Example
Text Example
White with #6890D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6890D3; }
p { color: rgb(104,144,211); }
H1.HeaderClassName
{
color: #6890D3;
}
.AnyTagClassName
{
color: #6890D3;
}
</style>
background-color css
<style>
a { background-color: #6890D3; }
a { background-color: rgb(104,144,211); }
div.DivClassName
{
background-color: #6890D3;
}
.BgClassName
{
background-color: #6890D3;
}
</style>
border-color css
<style>
span { border-color: #6890D3; }
span { border-color: rgb(104,144,211); }
td.TdClassName
{
border-color: #6890D3;
}
.TagClassName
{
border-color: #6890D3;
}
</style>