Shades of Danube #6C8ACE
Tints of Danube #6C8ACE
RGB
CMYK
RGB Variations
Color information
#6C8ACE (or 0x6C8ACE) is known color: Danube. HEX triplet: 6C, 8A and CE. RGB value is (108,138,206). Sum of RGB (Red+Green+Blue) = 108+138+206=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8ACE is #937531. Grayscale: #888888. Windows color (decimal): -9663794 or 13535852. OLE color: 13535852.
HSL color Cylindrical-coordinate representation of color #6C8ACE: hue angle of 221.63º 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 #6C8ACE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 138 | 206 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.19 |
| HSL | 221.63º | 0.5% | 0.62% | - |
| HSV(B) | 221.63º | 0.48% | 0.81% | - |
| XYZ | 26.41 | 25.82 | 61.98 | - |
| YUV | 136.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 206 | 0.48 | 0.33 | 0 | 0.19 | 221.63 | 0.5 | 0.62 |
| Hex | 6C | 8A | CE | 30 | 21 | 0 | 13 | DE | 32 | 3E |
| Octal | 154 | 212 | 316 | 60 | 41 | 0 | 23 | 336 | 62 | 76 |
| Binary | 1101100 | 10001010 | 11001110 | 110000 | 100001 | 0 | 10011 | 11011110 | 110010 | 111110 |
Color Harmonies of #6C8ACE
Complementary color
Monochromatic Colors of #6C8ACE
Black with #6C8ACE
Text Example
Text Example
White with #6C8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8ACE; }
p { color: rgb(108,138,206); }
H1.HeaderClassName
{
color: #6C8ACE;
}
.AnyTagClassName
{
color: #6C8ACE;
}
</style>
background-color css
<style>
a { background-color: #6C8ACE; }
a { background-color: rgb(108,138,206); }
div.DivClassName
{
background-color: #6C8ACE;
}
.BgClassName
{
background-color: #6C8ACE;
}
</style>
border-color css
<style>
span { border-color: #6C8ACE; }
span { border-color: rgb(108,138,206); }
td.TdClassName
{
border-color: #6C8ACE;
}
.TagClassName
{
border-color: #6C8ACE;
}
</style>