Shades of Danube #6F91CC
Tints of Danube #6F91CC
RGB
CMYK
RGB Variations
Color information
#6F91CC (or 0x6F91CC) is known color: Danube. HEX triplet: 6F, 91 and CC. RGB value is (111,145,204). Sum of RGB (Red+Green+Blue) = 111+145+204=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F91CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F91CC is #906E33. Grayscale: #8D8D8D. Windows color (decimal): -9465396 or 13406575. OLE color: 13406575.
HSL color Cylindrical-coordinate representation of color #6F91CC: hue angle of 218.06º 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 #6F91CC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 145 | 204 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.2 |
| HSL | 218.06º | 0.48% | 0.62% | - |
| HSV(B) | 218.06º | 0.46% | 0.8% | - |
| XYZ | 27.58 | 27.99 | 61.08 | - |
| YUV | 141.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 204 | 0.46 | 0.29 | 0 | 0.2 | 218.06 | 0.48 | 0.62 |
| Hex | 6F | 91 | CC | 2E | 1D | 0 | 14 | DA | 30 | 3E |
| Octal | 157 | 221 | 314 | 56 | 35 | 0 | 24 | 332 | 60 | 76 |
| Binary | 1101111 | 10010001 | 11001100 | 101110 | 11101 | 0 | 10100 | 11011010 | 110000 | 111110 |
Color Harmonies of #6F91CC
Complementary color
Monochromatic Colors of #6F91CC
Black with #6F91CC
Text Example
Text Example
White with #6F91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F91CC; }
p { color: rgb(111,145,204); }
H1.HeaderClassName
{
color: #6F91CC;
}
.AnyTagClassName
{
color: #6F91CC;
}
</style>
background-color css
<style>
a { background-color: #6F91CC; }
a { background-color: rgb(111,145,204); }
div.DivClassName
{
background-color: #6F91CC;
}
.BgClassName
{
background-color: #6F91CC;
}
</style>
border-color css
<style>
span { border-color: #6F91CC; }
span { border-color: rgb(111,145,204); }
td.TdClassName
{
border-color: #6F91CC;
}
.TagClassName
{
border-color: #6F91CC;
}
</style>