Shades of Danube #6C8DCB
Tints of Danube #6C8DCB
RGB
CMYK
RGB Variations
Color information
#6C8DCB (or 0x6C8DCB) is known color: Danube. HEX triplet: 6C, 8D and CB. RGB value is (108,141,203). Sum of RGB (Red+Green+Blue) = 108+141+203=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 141 (55.47% from 255 or 31.19% 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 #6C8DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8DCB is #937234. Grayscale: #898989. Windows color (decimal): -9663029 or 13340012. OLE color: 13340012.
HSL color Cylindrical-coordinate representation of color #6C8DCB: hue angle of 219.16º degrees, saturation: 0.48, 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 #6C8DCB is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 141 | 203 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.20 |
| HSL | 219.16º | 0.48% | 0.61% | - |
| HSV(B) | 219.16º | 0.47% | 0.8% | - |
| XYZ | 26.49 | 26.55 | 60.23 | - |
| YUV | 138.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 141 | 203 | 0.47 | 0.31 | 0 | 0.20 | 219.16 | 0.48 | 0.61 |
| Hex | 6C | 8D | CB | 2F | 1F | 0 | 14 | DB | 30 | 3D |
| Octal | 154 | 215 | 313 | 57 | 37 | 0 | 24 | 333 | 60 | 75 |
| Binary | 1101100 | 10001101 | 11001011 | 101111 | 11111 | 0 | 10100 | 11011011 | 110000 | 111101 |
Color Harmonies of #6C8DCB
Complementary color
Monochromatic Colors of #6C8DCB
Black with #6C8DCB
Text Example
Text Example
White with #6C8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8DCB; }
p { color: rgb(108,141,203); }
H1.HeaderClassName
{
color: #6C8DCB;
}
.AnyTagClassName
{
color: #6C8DCB;
}
</style>
background-color css
<style>
a { background-color: #6C8DCB; }
a { background-color: rgb(108,141,203); }
div.DivClassName
{
background-color: #6C8DCB;
}
.BgClassName
{
background-color: #6C8DCB;
}
</style>
border-color css
<style>
span { border-color: #6C8DCB; }
span { border-color: rgb(108,141,203); }
td.TdClassName
{
border-color: #6C8DCB;
}
.TagClassName
{
border-color: #6C8DCB;
}
</style>