Shades of Danube #6F96C6
Tints of Danube #6F96C6
RGB
CMYK
RGB Variations
Color information
#6F96C6 (or 0x6F96C6) is known color: Danube. HEX triplet: 6F, 96 and C6. RGB value is (111,150,198). Sum of RGB (Red+Green+Blue) = 111+150+198=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #6F96C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96C6 is #906939. Grayscale: #8F8F8F. Windows color (decimal): -9464122 or 13014639. OLE color: 13014639.
HSL color Cylindrical-coordinate representation of color #6F96C6: hue angle of 213.1º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F96C6 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 150 | 198 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.22 |
| HSL | 213.1º | 0.43% | 0.61% | - |
| HSV(B) | 213.1º | 0.44% | 0.78% | - |
| XYZ | 27.65 | 29.27 | 57.62 | - |
| YUV | 143.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 198 | 0.44 | 0.24 | 0 | 0.22 | 213.1 | 0.43 | 0.61 |
| Hex | 6F | 96 | C6 | 2C | 18 | 0 | 16 | D5 | 2B | 3D |
| Octal | 157 | 226 | 306 | 54 | 30 | 0 | 26 | 325 | 53 | 75 |
| Binary | 1101111 | 10010110 | 11000110 | 101100 | 11000 | 0 | 10110 | 11010101 | 101011 | 111101 |
Color Harmonies of #6F96C6
Complementary color
Monochromatic Colors of #6F96C6
Black with #6F96C6
Text Example
Text Example
White with #6F96C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F96C6; }
p { color: rgb(111,150,198); }
H1.HeaderClassName
{
color: #6F96C6;
}
.AnyTagClassName
{
color: #6F96C6;
}
</style>
background-color css
<style>
a { background-color: #6F96C6; }
a { background-color: rgb(111,150,198); }
div.DivClassName
{
background-color: #6F96C6;
}
.BgClassName
{
background-color: #6F96C6;
}
</style>
border-color css
<style>
span { border-color: #6F96C6; }
span { border-color: rgb(111,150,198); }
td.TdClassName
{
border-color: #6F96C6;
}
.TagClassName
{
border-color: #6F96C6;
}
</style>