Shades of Danube #6F96CB
Tints of Danube #6F96CB
RGB
CMYK
RGB Variations
Color information
#6F96CB (or 0x6F96CB) is known color: Danube. HEX triplet: 6F, 96 and CB. RGB value is (111,150,203). Sum of RGB (Red+Green+Blue) = 111+150+203=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F96CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96CB is #906934. Grayscale: #909090. Windows color (decimal): -9464117 or 13342319. OLE color: 13342319.
HSL color Cylindrical-coordinate representation of color #6F96CB: hue angle of 214.57º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F96CB is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 150 | 203 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.20 |
| HSL | 214.57º | 0.47% | 0.62% | - |
| HSV(B) | 214.57º | 0.45% | 0.8% | - |
| XYZ | 28.24 | 29.5 | 60.71 | - |
| YUV | 144.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 203 | 0.45 | 0.26 | 0 | 0.20 | 214.57 | 0.47 | 0.62 |
| Hex | 6F | 96 | CB | 2D | 1A | 0 | 14 | D7 | 2F | 3E |
| Octal | 157 | 226 | 313 | 55 | 32 | 0 | 24 | 327 | 57 | 76 |
| Binary | 1101111 | 10010110 | 11001011 | 101101 | 11010 | 0 | 10100 | 11010111 | 101111 | 111110 |
Color Harmonies of #6F96CB
Complementary color
Monochromatic Colors of #6F96CB
Black with #6F96CB
Text Example
Text Example
White with #6F96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F96CB; }
p { color: rgb(111,150,203); }
H1.HeaderClassName
{
color: #6F96CB;
}
.AnyTagClassName
{
color: #6F96CB;
}
</style>
background-color css
<style>
a { background-color: #6F96CB; }
a { background-color: rgb(111,150,203); }
div.DivClassName
{
background-color: #6F96CB;
}
.BgClassName
{
background-color: #6F96CB;
}
</style>
border-color css
<style>
span { border-color: #6F96CB; }
span { border-color: rgb(111,150,203); }
td.TdClassName
{
border-color: #6F96CB;
}
.TagClassName
{
border-color: #6F96CB;
}
</style>