Shades of Danube #6F90D1
Tints of Danube #6F90D1
RGB
CMYK
RGB Variations
Color information
#6F90D1 (or 0x6F90D1) is known color: Danube. HEX triplet: 6F, 90 and D1. RGB value is (111,144,209). Sum of RGB (Red+Green+Blue) = 111+144+209=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #6F90D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90D1 is #906F2E. Grayscale: #8D8D8D. Windows color (decimal): -9465647 or 13733999. OLE color: 13733999.
HSL color Cylindrical-coordinate representation of color #6F90D1: hue angle of 219.8º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F90D1 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 144 | 209 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.18 |
| HSL | 219.8º | 0.52% | 0.63% | - |
| HSV(B) | 219.8º | 0.47% | 0.82% | - |
| XYZ | 28.04 | 27.93 | 64.23 | - |
| YUV | 141.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 209 | 0.47 | 0.31 | 0 | 0.18 | 219.8 | 0.52 | 0.63 |
| Hex | 6F | 90 | D1 | 2F | 1F | 0 | 12 | DC | 34 | 3F |
| Octal | 157 | 220 | 321 | 57 | 37 | 0 | 22 | 334 | 64 | 77 |
| Binary | 1101111 | 10010000 | 11010001 | 101111 | 11111 | 0 | 10010 | 11011100 | 110100 | 111111 |
Color Harmonies of #6F90D1
Complementary color
Monochromatic Colors of #6F90D1
Black with #6F90D1
Text Example
Text Example
White with #6F90D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F90D1; }
p { color: rgb(111,144,209); }
H1.HeaderClassName
{
color: #6F90D1;
}
.AnyTagClassName
{
color: #6F90D1;
}
</style>
background-color css
<style>
a { background-color: #6F90D1; }
a { background-color: rgb(111,144,209); }
div.DivClassName
{
background-color: #6F90D1;
}
.BgClassName
{
background-color: #6F90D1;
}
</style>
border-color css
<style>
span { border-color: #6F90D1; }
span { border-color: rgb(111,144,209); }
td.TdClassName
{
border-color: #6F90D1;
}
.TagClassName
{
border-color: #6F90D1;
}
</style>