Shades of Danube #6D90CA
Tints of Danube #6D90CA
RGB
CMYK
RGB Variations
Color information
#6D90CA (or 0x6D90CA) is known color: Danube. HEX triplet: 6D, 90 and CA. RGB value is (109,144,202). Sum of RGB (Red+Green+Blue) = 109+144+202=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D90CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D90CA is #926F35. Grayscale: #8B8B8B. Windows color (decimal): -9596726 or 13275245. OLE color: 13275245.
HSL color Cylindrical-coordinate representation of color #6D90CA: hue angle of 217.42º 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 #6D90CA is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 144 | 202 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.21 |
| HSL | 217.42º | 0.47% | 0.61% | - |
| HSV(B) | 217.42º | 0.46% | 0.79% | - |
| XYZ | 26.94 | 27.46 | 59.76 | - |
| YUV | 140.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 202 | 0.46 | 0.29 | 0 | 0.21 | 217.42 | 0.47 | 0.61 |
| Hex | 6D | 90 | CA | 2E | 1D | 0 | 15 | D9 | 2F | 3D |
| Octal | 155 | 220 | 312 | 56 | 35 | 0 | 25 | 331 | 57 | 75 |
| Binary | 1101101 | 10010000 | 11001010 | 101110 | 11101 | 0 | 10101 | 11011001 | 101111 | 111101 |
Color Harmonies of #6D90CA
Complementary color
Monochromatic Colors of #6D90CA
Black with #6D90CA
Text Example
Text Example
White with #6D90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D90CA; }
p { color: rgb(109,144,202); }
H1.HeaderClassName
{
color: #6D90CA;
}
.AnyTagClassName
{
color: #6D90CA;
}
</style>
background-color css
<style>
a { background-color: #6D90CA; }
a { background-color: rgb(109,144,202); }
div.DivClassName
{
background-color: #6D90CA;
}
.BgClassName
{
background-color: #6D90CA;
}
</style>
border-color css
<style>
span { border-color: #6D90CA; }
span { border-color: rgb(109,144,202); }
td.TdClassName
{
border-color: #6D90CA;
}
.TagClassName
{
border-color: #6D90CA;
}
</style>