Shades of Danube #6C8ECE
Tints of Danube #6C8ECE
RGB
CMYK
RGB Variations
Color information
#6C8ECE (or 0x6C8ECE) is known color: Danube. HEX triplet: 6C, 8E and CE. RGB value is (108,142,206). Sum of RGB (Red+Green+Blue) = 108+142+206=456 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.68% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C8ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8ECE is #937131. Grayscale: #8A8A8A. Windows color (decimal): -9662770 or 13536876. OLE color: 13536876.
HSL color Cylindrical-coordinate representation of color #6C8ECE: hue angle of 219.18º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C8ECE is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 142 | 206 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.19 |
| HSL | 219.18º | 0.5% | 0.62% | - |
| HSV(B) | 219.18º | 0.48% | 0.81% | - |
| XYZ | 27 | 26.99 | 62.18 | - |
| YUV | 139.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 206 | 0.48 | 0.31 | 0 | 0.19 | 219.18 | 0.5 | 0.62 |
| Hex | 6C | 8E | CE | 30 | 1F | 0 | 13 | DB | 32 | 3E |
| Octal | 154 | 216 | 316 | 60 | 37 | 0 | 23 | 333 | 62 | 76 |
| Binary | 1101100 | 10001110 | 11001110 | 110000 | 11111 | 0 | 10011 | 11011011 | 110010 | 111110 |
Color Harmonies of #6C8ECE
Complementary color
Monochromatic Colors of #6C8ECE
Black with #6C8ECE
Text Example
Text Example
White with #6C8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8ECE; }
p { color: rgb(108,142,206); }
H1.HeaderClassName
{
color: #6C8ECE;
}
.AnyTagClassName
{
color: #6C8ECE;
}
</style>
background-color css
<style>
a { background-color: #6C8ECE; }
a { background-color: rgb(108,142,206); }
div.DivClassName
{
background-color: #6C8ECE;
}
.BgClassName
{
background-color: #6C8ECE;
}
</style>
border-color css
<style>
span { border-color: #6C8ECE; }
span { border-color: rgb(108,142,206); }
td.TdClassName
{
border-color: #6C8ECE;
}
.TagClassName
{
border-color: #6C8ECE;
}
</style>