Shades of Danube #6C92CD
Tints of Danube #6C92CD
RGB
CMYK
RGB Variations
Color information
#6C92CD (or 0x6C92CD) is known color: Danube. HEX triplet: 6C, 92 and CD. RGB value is (108,146,205). Sum of RGB (Red+Green+Blue) = 108+146+205=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C92CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C92CD is #936D32. Grayscale: #8D8D8D. Windows color (decimal): -9661747 or 13472364. OLE color: 13472364.
HSL color Cylindrical-coordinate representation of color #6C92CD: hue angle of 216.49º degrees, saturation: 0.49, 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 #6C92CD is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 146 | 205 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.20 |
| HSL | 216.49º | 0.49% | 0.61% | - |
| HSV(B) | 216.49º | 0.47% | 0.8% | - |
| XYZ | 27.48 | 28.15 | 61.74 | - |
| YUV | 141.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 205 | 0.47 | 0.29 | 0 | 0.20 | 216.49 | 0.49 | 0.61 |
| Hex | 6C | 92 | CD | 2F | 1D | 0 | 14 | D8 | 31 | 3D |
| Octal | 154 | 222 | 315 | 57 | 35 | 0 | 24 | 330 | 61 | 75 |
| Binary | 1101100 | 10010010 | 11001101 | 101111 | 11101 | 0 | 10100 | 11011000 | 110001 | 111101 |
Color Harmonies of #6C92CD
Complementary color
Monochromatic Colors of #6C92CD
Black with #6C92CD
Text Example
Text Example
White with #6C92CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C92CD; }
p { color: rgb(108,146,205); }
H1.HeaderClassName
{
color: #6C92CD;
}
.AnyTagClassName
{
color: #6C92CD;
}
</style>
background-color css
<style>
a { background-color: #6C92CD; }
a { background-color: rgb(108,146,205); }
div.DivClassName
{
background-color: #6C92CD;
}
.BgClassName
{
background-color: #6C92CD;
}
</style>
border-color css
<style>
span { border-color: #6C92CD; }
span { border-color: rgb(108,146,205); }
td.TdClassName
{
border-color: #6C92CD;
}
.TagClassName
{
border-color: #6C92CD;
}
</style>