Shades of Danube #6F96CC
Tints of Danube #6F96CC
RGB
CMYK
RGB Variations
Color information
#6F96CC (or 0x6F96CC) is known color: Danube. HEX triplet: 6F, 96 and CC. RGB value is (111,150,204). Sum of RGB (Red+Green+Blue) = 111+150+204=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F96CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96CC is #906933. Grayscale: #909090. Windows color (decimal): -9464116 or 13407855. OLE color: 13407855.
HSL color Cylindrical-coordinate representation of color #6F96CC: hue angle of 214.84º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F96CC is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 150 | 204 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.2 |
| HSL | 214.84º | 0.48% | 0.62% | - |
| HSV(B) | 214.84º | 0.46% | 0.8% | - |
| XYZ | 28.36 | 29.55 | 61.34 | - |
| YUV | 144.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 204 | 0.46 | 0.26 | 0 | 0.2 | 214.84 | 0.48 | 0.62 |
| Hex | 6F | 96 | CC | 2E | 1A | 0 | 14 | D7 | 30 | 3E |
| Octal | 157 | 226 | 314 | 56 | 32 | 0 | 24 | 327 | 60 | 76 |
| Binary | 1101111 | 10010110 | 11001100 | 101110 | 11010 | 0 | 10100 | 11010111 | 110000 | 111110 |
Color Harmonies of #6F96CC
Complementary color
Monochromatic Colors of #6F96CC
Black with #6F96CC
Text Example
Text Example
White with #6F96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F96CC; }
p { color: rgb(111,150,204); }
H1.HeaderClassName
{
color: #6F96CC;
}
.AnyTagClassName
{
color: #6F96CC;
}
</style>
background-color css
<style>
a { background-color: #6F96CC; }
a { background-color: rgb(111,150,204); }
div.DivClassName
{
background-color: #6F96CC;
}
.BgClassName
{
background-color: #6F96CC;
}
</style>
border-color css
<style>
span { border-color: #6F96CC; }
span { border-color: rgb(111,150,204); }
td.TdClassName
{
border-color: #6F96CC;
}
.TagClassName
{
border-color: #6F96CC;
}
</style>