Shades of Danube #6990C8
Tints of Danube #6990C8
RGB
CMYK
RGB Variations
Color information
#6990C8 (or 0x6990C8) is known color: Danube. HEX triplet: 69, 90 and C8. RGB value is (105,144,200). Sum of RGB (Red+Green+Blue) = 105+144+200=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #6990C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990C8 is #966F37. Grayscale: #8A8A8A. Windows color (decimal): -9858872 or 13144169. OLE color: 13144169.
HSL color Cylindrical-coordinate representation of color #6990C8: hue angle of 215.37º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6990C8 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 144 | 200 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.22 |
| HSL | 215.37º | 0.46% | 0.6% | - |
| HSV(B) | 215.37º | 0.48% | 0.78% | - |
| XYZ | 26.22 | 27.12 | 58.5 | - |
| YUV | 138.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 200 | 0.48 | 0.28 | 0 | 0.22 | 215.37 | 0.46 | 0.6 |
| Hex | 69 | 90 | C8 | 30 | 1C | 0 | 16 | D7 | 2E | 3C |
| Octal | 151 | 220 | 310 | 60 | 34 | 0 | 26 | 327 | 56 | 74 |
| Binary | 1101001 | 10010000 | 11001000 | 110000 | 11100 | 0 | 10110 | 11010111 | 101110 | 111100 |
Color Harmonies of #6990C8
Complementary color
Monochromatic Colors of #6990C8
Black with #6990C8
Text Example
Text Example
White with #6990C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6990C8; }
p { color: rgb(105,144,200); }
H1.HeaderClassName
{
color: #6990C8;
}
.AnyTagClassName
{
color: #6990C8;
}
</style>
background-color css
<style>
a { background-color: #6990C8; }
a { background-color: rgb(105,144,200); }
div.DivClassName
{
background-color: #6990C8;
}
.BgClassName
{
background-color: #6990C8;
}
</style>
border-color css
<style>
span { border-color: #6990C8; }
span { border-color: rgb(105,144,200); }
td.TdClassName
{
border-color: #6990C8;
}
.TagClassName
{
border-color: #6990C8;
}
</style>