Shades of Danube #6C92CE
Tints of Danube #6C92CE
RGB
CMYK
RGB Variations
Color information
#6C92CE (or 0x6C92CE) is known color: Danube. HEX triplet: 6C, 92 and CE. RGB value is (108,146,206). Sum of RGB (Red+Green+Blue) = 108+146+206=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C92CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C92CE is #936D31. Grayscale: #8D8D8D. Windows color (decimal): -9661746 or 13537900. OLE color: 13537900.
HSL color Cylindrical-coordinate representation of color #6C92CE: hue angle of 216.73º 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 #6C92CE is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 146 | 206 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.19 |
| HSL | 216.73º | 0.5% | 0.62% | - |
| HSV(B) | 216.73º | 0.48% | 0.81% | - |
| XYZ | 27.6 | 28.2 | 62.38 | - |
| YUV | 141.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 206 | 0.48 | 0.29 | 0 | 0.19 | 216.73 | 0.5 | 0.62 |
| Hex | 6C | 92 | CE | 30 | 1D | 0 | 13 | D9 | 32 | 3E |
| Octal | 154 | 222 | 316 | 60 | 35 | 0 | 23 | 331 | 62 | 76 |
| Binary | 1101100 | 10010010 | 11001110 | 110000 | 11101 | 0 | 10011 | 11011001 | 110010 | 111110 |
Color Harmonies of #6C92CE
Complementary color
Monochromatic Colors of #6C92CE
Black with #6C92CE
Text Example
Text Example
White with #6C92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C92CE; }
p { color: rgb(108,146,206); }
H1.HeaderClassName
{
color: #6C92CE;
}
.AnyTagClassName
{
color: #6C92CE;
}
</style>
background-color css
<style>
a { background-color: #6C92CE; }
a { background-color: rgb(108,146,206); }
div.DivClassName
{
background-color: #6C92CE;
}
.BgClassName
{
background-color: #6C92CE;
}
</style>
border-color css
<style>
span { border-color: #6C92CE; }
span { border-color: rgb(108,146,206); }
td.TdClassName
{
border-color: #6C92CE;
}
.TagClassName
{
border-color: #6C92CE;
}
</style>