Shades of Danube #6891CB
Tints of Danube #6891CB
RGB
CMYK
RGB Variations
Color information
#6891CB (or 0x6891CB) is known color: Danube. HEX triplet: 68, 91 and CB. RGB value is (104,145,203). Sum of RGB (Red+Green+Blue) = 104+145+203=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #6891CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6891CB is #976E34. Grayscale: #8B8B8B. Windows color (decimal): -9924149 or 13341032. OLE color: 13341032.
HSL color Cylindrical-coordinate representation of color #6891CB: hue angle of 215.15º degrees, saturation: 0.49, 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 #6891CB is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 145 | 203 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.20 |
| HSL | 215.15º | 0.49% | 0.6% | - |
| HSV(B) | 215.15º | 0.49% | 0.8% | - |
| XYZ | 26.61 | 27.51 | 60.41 | - |
| YUV | 139.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 203 | 0.49 | 0.29 | 0 | 0.20 | 215.15 | 0.49 | 0.6 |
| Hex | 68 | 91 | CB | 31 | 1D | 0 | 14 | D7 | 31 | 3C |
| Octal | 150 | 221 | 313 | 61 | 35 | 0 | 24 | 327 | 61 | 74 |
| Binary | 1101000 | 10010001 | 11001011 | 110001 | 11101 | 0 | 10100 | 11010111 | 110001 | 111100 |
Color Harmonies of #6891CB
Complementary color
Monochromatic Colors of #6891CB
Black with #6891CB
Text Example
Text Example
White with #6891CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6891CB; }
p { color: rgb(104,145,203); }
H1.HeaderClassName
{
color: #6891CB;
}
.AnyTagClassName
{
color: #6891CB;
}
</style>
background-color css
<style>
a { background-color: #6891CB; }
a { background-color: rgb(104,145,203); }
div.DivClassName
{
background-color: #6891CB;
}
.BgClassName
{
background-color: #6891CB;
}
</style>
border-color css
<style>
span { border-color: #6891CB; }
span { border-color: rgb(104,145,203); }
td.TdClassName
{
border-color: #6891CB;
}
.TagClassName
{
border-color: #6891CB;
}
</style>