Shades of Danube #6C93CE
Tints of Danube #6C93CE
RGB
CMYK
RGB Variations
Color information
#6C93CE (or 0x6C93CE) is known color: Danube. HEX triplet: 6C, 93 and CE. RGB value is (108,147,206). Sum of RGB (Red+Green+Blue) = 108+147+206=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C93CE is #936C31. Grayscale: #8D8D8D. Windows color (decimal): -9661490 or 13538156. OLE color: 13538156.
HSL color Cylindrical-coordinate representation of color #6C93CE: hue angle of 216.12º 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 #6C93CE is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 147 | 206 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.19 |
| HSL | 216.12º | 0.5% | 0.62% | - |
| HSV(B) | 216.12º | 0.48% | 0.81% | - |
| XYZ | 27.76 | 28.51 | 62.43 | - |
| YUV | 142.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 206 | 0.48 | 0.29 | 0 | 0.19 | 216.12 | 0.5 | 0.62 |
| Hex | 6C | 93 | CE | 30 | 1D | 0 | 13 | D8 | 32 | 3E |
| Octal | 154 | 223 | 316 | 60 | 35 | 0 | 23 | 330 | 62 | 76 |
| Binary | 1101100 | 10010011 | 11001110 | 110000 | 11101 | 0 | 10011 | 11011000 | 110010 | 111110 |
Color Harmonies of #6C93CE
Complementary color
Monochromatic Colors of #6C93CE
Black with #6C93CE
Text Example
Text Example
White with #6C93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C93CE; }
p { color: rgb(108,147,206); }
H1.HeaderClassName
{
color: #6C93CE;
}
.AnyTagClassName
{
color: #6C93CE;
}
</style>
background-color css
<style>
a { background-color: #6C93CE; }
a { background-color: rgb(108,147,206); }
div.DivClassName
{
background-color: #6C93CE;
}
.BgClassName
{
background-color: #6C93CE;
}
</style>
border-color css
<style>
span { border-color: #6C93CE; }
span { border-color: rgb(108,147,206); }
td.TdClassName
{
border-color: #6C93CE;
}
.TagClassName
{
border-color: #6C93CE;
}
</style>