Shades of Danube #6887C4
Tints of Danube #6887C4
RGB
CMYK
RGB Variations
Color information
#6887C4 (or 0x6887C4) is known color: Danube. HEX triplet: 68, 87 and C4. RGB value is (104,135,196). Sum of RGB (Red+Green+Blue) = 104+135+196=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #6887C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887C4 is #97783B. Grayscale: #848484. Windows color (decimal): -9926716 or 12879720. OLE color: 12879720.
HSL color Cylindrical-coordinate representation of color #6887C4: hue angle of 219.78º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6887C4 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 135 | 196 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.23 |
| HSL | 219.78º | 0.44% | 0.59% | - |
| HSV(B) | 219.78º | 0.47% | 0.77% | - |
| XYZ | 24.34 | 24.26 | 55.62 | - |
| YUV | 132.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 196 | 0.47 | 0.31 | 0 | 0.23 | 219.78 | 0.44 | 0.59 |
| Hex | 68 | 87 | C4 | 2F | 1F | 0 | 17 | DC | 2C | 3B |
| Octal | 150 | 207 | 304 | 57 | 37 | 0 | 27 | 334 | 54 | 73 |
| Binary | 1101000 | 10000111 | 11000100 | 101111 | 11111 | 0 | 10111 | 11011100 | 101100 | 111011 |
Color Harmonies of #6887C4
Complementary color
Monochromatic Colors of #6887C4
Black with #6887C4
Text Example
Text Example
White with #6887C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887C4; }
p { color: rgb(104,135,196); }
H1.HeaderClassName
{
color: #6887C4;
}
.AnyTagClassName
{
color: #6887C4;
}
</style>
background-color css
<style>
a { background-color: #6887C4; }
a { background-color: rgb(104,135,196); }
div.DivClassName
{
background-color: #6887C4;
}
.BgClassName
{
background-color: #6887C4;
}
</style>
border-color css
<style>
span { border-color: #6887C4; }
span { border-color: rgb(104,135,196); }
td.TdClassName
{
border-color: #6887C4;
}
.TagClassName
{
border-color: #6887C4;
}
</style>