Shades of Danube #6885C9
Tints of Danube #6885C9
RGB
CMYK
RGB Variations
Color information
#6885C9 (or 0x6885C9) is known color: Danube. HEX triplet: 68, 85 and C9. RGB value is (104,133,201). Sum of RGB (Red+Green+Blue) = 104+133+201=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #6885C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885C9 is #977A36. Grayscale: #838383. Windows color (decimal): -9927223 or 13206888. OLE color: 13206888.
HSL color Cylindrical-coordinate representation of color #6885C9: hue angle of 222.06º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6885C9 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 133 | 201 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.21 |
| HSL | 222.06º | 0.47% | 0.6% | - |
| HSV(B) | 222.06º | 0.48% | 0.79% | - |
| XYZ | 24.64 | 23.94 | 58.58 | - |
| YUV | 132.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 201 | 0.48 | 0.34 | 0 | 0.21 | 222.06 | 0.47 | 0.6 |
| Hex | 68 | 85 | C9 | 30 | 22 | 0 | 15 | DE | 2F | 3C |
| Octal | 150 | 205 | 311 | 60 | 42 | 0 | 25 | 336 | 57 | 74 |
| Binary | 1101000 | 10000101 | 11001001 | 110000 | 100010 | 0 | 10101 | 11011110 | 101111 | 111100 |
Color Harmonies of #6885C9
Complementary color
Monochromatic Colors of #6885C9
Black with #6885C9
Text Example
Text Example
White with #6885C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6885C9; }
p { color: rgb(104,133,201); }
H1.HeaderClassName
{
color: #6885C9;
}
.AnyTagClassName
{
color: #6885C9;
}
</style>
background-color css
<style>
a { background-color: #6885C9; }
a { background-color: rgb(104,133,201); }
div.DivClassName
{
background-color: #6885C9;
}
.BgClassName
{
background-color: #6885C9;
}
</style>
border-color css
<style>
span { border-color: #6885C9; }
span { border-color: rgb(104,133,201); }
td.TdClassName
{
border-color: #6885C9;
}
.TagClassName
{
border-color: #6885C9;
}
</style>