Shades of Danube #6C8DCD
Tints of Danube #6C8DCD
RGB
CMYK
RGB Variations
Color information
#6C8DCD (or 0x6C8DCD) is known color: Danube. HEX triplet: 6C, 8D and CD. RGB value is (108,141,205). Sum of RGB (Red+Green+Blue) = 108+141+205=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C8DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8DCD is #937232. Grayscale: #8A8A8A. Windows color (decimal): -9663027 or 13471084. OLE color: 13471084.
HSL color Cylindrical-coordinate representation of color #6C8DCD: hue angle of 219.59º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C8DCD is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 141 | 205 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.20 |
| HSL | 219.59º | 0.49% | 0.61% | - |
| HSV(B) | 219.59º | 0.47% | 0.8% | - |
| XYZ | 26.73 | 26.65 | 61.49 | - |
| YUV | 138.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 141 | 205 | 0.47 | 0.31 | 0 | 0.20 | 219.59 | 0.49 | 0.61 |
| Hex | 6C | 8D | CD | 2F | 1F | 0 | 14 | DC | 31 | 3D |
| Octal | 154 | 215 | 315 | 57 | 37 | 0 | 24 | 334 | 61 | 75 |
| Binary | 1101100 | 10001101 | 11001101 | 101111 | 11111 | 0 | 10100 | 11011100 | 110001 | 111101 |
Color Harmonies of #6C8DCD
Complementary color
Monochromatic Colors of #6C8DCD
Black with #6C8DCD
Text Example
Text Example
White with #6C8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8DCD; }
p { color: rgb(108,141,205); }
H1.HeaderClassName
{
color: #6C8DCD;
}
.AnyTagClassName
{
color: #6C8DCD;
}
</style>
background-color css
<style>
a { background-color: #6C8DCD; }
a { background-color: rgb(108,141,205); }
div.DivClassName
{
background-color: #6C8DCD;
}
.BgClassName
{
background-color: #6C8DCD;
}
</style>
border-color css
<style>
span { border-color: #6C8DCD; }
span { border-color: rgb(108,141,205); }
td.TdClassName
{
border-color: #6C8DCD;
}
.TagClassName
{
border-color: #6C8DCD;
}
</style>