Shades of Danube #6C95CA
Tints of Danube #6C95CA
RGB
CMYK
RGB Variations
Color information
#6C95CA (or 0x6C95CA) is known color: Danube. HEX triplet: 6C, 95 and CA. RGB value is (108,149,202). Sum of RGB (Red+Green+Blue) = 108+149+202=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C95CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C95CA is #936A35. Grayscale: #8E8E8E. Windows color (decimal): -9660982 or 13276524. OLE color: 13276524.
HSL color Cylindrical-coordinate representation of color #6C95CA: hue angle of 213.83º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C95CA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 149 | 202 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.21 |
| HSL | 213.83º | 0.47% | 0.61% | - |
| HSV(B) | 213.83º | 0.47% | 0.79% | - |
| XYZ | 27.59 | 28.95 | 60.01 | - |
| YUV | 142.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 202 | 0.47 | 0.26 | 0 | 0.21 | 213.83 | 0.47 | 0.61 |
| Hex | 6C | 95 | CA | 2F | 1A | 0 | 15 | D6 | 2F | 3D |
| Octal | 154 | 225 | 312 | 57 | 32 | 0 | 25 | 326 | 57 | 75 |
| Binary | 1101100 | 10010101 | 11001010 | 101111 | 11010 | 0 | 10101 | 11010110 | 101111 | 111101 |
Color Harmonies of #6C95CA
Complementary color
Monochromatic Colors of #6C95CA
Black with #6C95CA
Text Example
Text Example
White with #6C95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C95CA; }
p { color: rgb(108,149,202); }
H1.HeaderClassName
{
color: #6C95CA;
}
.AnyTagClassName
{
color: #6C95CA;
}
</style>
background-color css
<style>
a { background-color: #6C95CA; }
a { background-color: rgb(108,149,202); }
div.DivClassName
{
background-color: #6C95CA;
}
.BgClassName
{
background-color: #6C95CA;
}
</style>
border-color css
<style>
span { border-color: #6C95CA; }
span { border-color: rgb(108,149,202); }
td.TdClassName
{
border-color: #6C95CA;
}
.TagClassName
{
border-color: #6C95CA;
}
</style>