Shades of Danube #6D96CA
Tints of Danube #6D96CA
RGB
CMYK
RGB Variations
Color information
#6D96CA (or 0x6D96CA) is known color: Danube. HEX triplet: 6D, 96 and CA. RGB value is (109,150,202). Sum of RGB (Red+Green+Blue) = 109+150+202=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D96CA is #926935. Grayscale: #8F8F8F. Windows color (decimal): -9595190 or 13276781. OLE color: 13276781.
HSL color Cylindrical-coordinate representation of color #6D96CA: hue angle of 213.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D96CA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 150 | 202 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.21 |
| HSL | 213.55º | 0.47% | 0.61% | - |
| HSV(B) | 213.55º | 0.46% | 0.79% | - |
| XYZ | 27.87 | 29.33 | 60.07 | - |
| YUV | 143.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 202 | 0.46 | 0.26 | 0 | 0.21 | 213.55 | 0.47 | 0.61 |
| Hex | 6D | 96 | CA | 2E | 1A | 0 | 15 | D6 | 2F | 3D |
| Octal | 155 | 226 | 312 | 56 | 32 | 0 | 25 | 326 | 57 | 75 |
| Binary | 1101101 | 10010110 | 11001010 | 101110 | 11010 | 0 | 10101 | 11010110 | 101111 | 111101 |
Color Harmonies of #6D96CA
Complementary color
Monochromatic Colors of #6D96CA
Black with #6D96CA
Text Example
Text Example
White with #6D96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D96CA; }
p { color: rgb(109,150,202); }
H1.HeaderClassName
{
color: #6D96CA;
}
.AnyTagClassName
{
color: #6D96CA;
}
</style>
background-color css
<style>
a { background-color: #6D96CA; }
a { background-color: rgb(109,150,202); }
div.DivClassName
{
background-color: #6D96CA;
}
.BgClassName
{
background-color: #6D96CA;
}
</style>
border-color css
<style>
span { border-color: #6D96CA; }
span { border-color: rgb(109,150,202); }
td.TdClassName
{
border-color: #6D96CA;
}
.TagClassName
{
border-color: #6D96CA;
}
</style>