Shades of Danube #6893CD
Tints of Danube #6893CD
RGB
CMYK
RGB Variations
Color information
#6893CD (or 0x6893CD) is known color: Danube. HEX triplet: 68, 93 and CD. RGB value is (104,147,205). Sum of RGB (Red+Green+Blue) = 104+147+205=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #6893CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893CD is #976C32. Grayscale: #8C8C8C. Windows color (decimal): -9923635 or 13472616. OLE color: 13472616.
HSL color Cylindrical-coordinate representation of color #6893CD: hue angle of 214.46º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6893CD is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 147 | 205 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.20 |
| HSL | 214.46º | 0.5% | 0.61% | - |
| HSV(B) | 214.46º | 0.49% | 0.8% | - |
| XYZ | 27.16 | 28.22 | 61.77 | - |
| YUV | 140.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 205 | 0.49 | 0.28 | 0 | 0.20 | 214.46 | 0.5 | 0.61 |
| Hex | 68 | 93 | CD | 31 | 1C | 0 | 14 | D6 | 32 | 3D |
| Octal | 150 | 223 | 315 | 61 | 34 | 0 | 24 | 326 | 62 | 75 |
| Binary | 1101000 | 10010011 | 11001101 | 110001 | 11100 | 0 | 10100 | 11010110 | 110010 | 111101 |
Color Harmonies of #6893CD
Complementary color
Monochromatic Colors of #6893CD
Black with #6893CD
Text Example
Text Example
White with #6893CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893CD; }
p { color: rgb(104,147,205); }
H1.HeaderClassName
{
color: #6893CD;
}
.AnyTagClassName
{
color: #6893CD;
}
</style>
background-color css
<style>
a { background-color: #6893CD; }
a { background-color: rgb(104,147,205); }
div.DivClassName
{
background-color: #6893CD;
}
.BgClassName
{
background-color: #6893CD;
}
</style>
border-color css
<style>
span { border-color: #6893CD; }
span { border-color: rgb(104,147,205); }
td.TdClassName
{
border-color: #6893CD;
}
.TagClassName
{
border-color: #6893CD;
}
</style>