Shades of Danube #6893CC
Tints of Danube #6893CC
RGB
CMYK
RGB Variations
Color information
#6893CC (or 0x6893CC) is known color: Danube. HEX triplet: 68, 93 and CC. RGB value is (104,147,204). Sum of RGB (Red+Green+Blue) = 104+147+204=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #6893CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893CC is #976C33. Grayscale: #8C8C8C. Windows color (decimal): -9923636 or 13407080. OLE color: 13407080.
HSL color Cylindrical-coordinate representation of color #6893CC: hue angle of 214.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6893CC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 147 | 204 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.2 |
| HSL | 214.2º | 0.5% | 0.6% | - |
| HSV(B) | 214.2º | 0.49% | 0.8% | - |
| XYZ | 27.04 | 28.17 | 61.14 | - |
| YUV | 140.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 204 | 0.49 | 0.28 | 0 | 0.2 | 214.2 | 0.5 | 0.6 |
| Hex | 68 | 93 | CC | 31 | 1C | 0 | 14 | D6 | 32 | 3C |
| Octal | 150 | 223 | 314 | 61 | 34 | 0 | 24 | 326 | 62 | 74 |
| Binary | 1101000 | 10010011 | 11001100 | 110001 | 11100 | 0 | 10100 | 11010110 | 110010 | 111100 |
Color Harmonies of #6893CC
Complementary color
Monochromatic Colors of #6893CC
Black with #6893CC
Text Example
Text Example
White with #6893CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893CC; }
p { color: rgb(104,147,204); }
H1.HeaderClassName
{
color: #6893CC;
}
.AnyTagClassName
{
color: #6893CC;
}
</style>
background-color css
<style>
a { background-color: #6893CC; }
a { background-color: rgb(104,147,204); }
div.DivClassName
{
background-color: #6893CC;
}
.BgClassName
{
background-color: #6893CC;
}
</style>
border-color css
<style>
span { border-color: #6893CC; }
span { border-color: rgb(104,147,204); }
td.TdClassName
{
border-color: #6893CC;
}
.TagClassName
{
border-color: #6893CC;
}
</style>