Shades of Danube #6884CB
Tints of Danube #6884CB
RGB
CMYK
RGB Variations
Color information
#6884CB (or 0x6884CB) is known color: Danube. HEX triplet: 68, 84 and CB. RGB value is (104,132,203). Sum of RGB (Red+Green+Blue) = 104+132+203=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #6884CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884CB is #977B34. Grayscale: #838383. Windows color (decimal): -9927477 or 13337704. OLE color: 13337704.
HSL color Cylindrical-coordinate representation of color #6884CB: hue angle of 223.03º 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 #6884CB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 132 | 203 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.20 |
| HSL | 223.03º | 0.49% | 0.6% | - |
| HSV(B) | 223.03º | 0.49% | 0.8% | - |
| XYZ | 24.74 | 23.76 | 59.78 | - |
| YUV | 131.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 203 | 0.49 | 0.35 | 0 | 0.20 | 223.03 | 0.49 | 0.6 |
| Hex | 68 | 84 | CB | 31 | 23 | 0 | 14 | DF | 31 | 3C |
| Octal | 150 | 204 | 313 | 61 | 43 | 0 | 24 | 337 | 61 | 74 |
| Binary | 1101000 | 10000100 | 11001011 | 110001 | 100011 | 0 | 10100 | 11011111 | 110001 | 111100 |
Color Harmonies of #6884CB
Complementary color
Monochromatic Colors of #6884CB
Black with #6884CB
Text Example
Text Example
White with #6884CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6884CB; }
p { color: rgb(104,132,203); }
H1.HeaderClassName
{
color: #6884CB;
}
.AnyTagClassName
{
color: #6884CB;
}
</style>
background-color css
<style>
a { background-color: #6884CB; }
a { background-color: rgb(104,132,203); }
div.DivClassName
{
background-color: #6884CB;
}
.BgClassName
{
background-color: #6884CB;
}
</style>
border-color css
<style>
span { border-color: #6884CB; }
span { border-color: rgb(104,132,203); }
td.TdClassName
{
border-color: #6884CB;
}
.TagClassName
{
border-color: #6884CB;
}
</style>