Shades of Dolphin #6F6D84
Tints of Dolphin #6F6D84
RGB
CMYK
RGB Variations
Color information
#6F6D84 (or 0x6F6D84) is known color: Dolphin. HEX triplet: 6F, 6D and 84. RGB value is (111,109,132). Sum of RGB (Red+Green+Blue) = 111+109+132=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F6D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6D84 is #90927B. Grayscale: #707070. Windows color (decimal): -9474684 or 8678767. OLE color: 8678767.
HSL color Cylindrical-coordinate representation of color #6F6D84: hue angle of 245.22º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F6D84 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 109 | 132 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.48 |
| HSL | 245.22º | 0.1% | 0.47% | - |
| HSV(B) | 245.22º | 0.17% | 0.52% | - |
| XYZ | 16.19 | 15.98 | 24.06 | - |
| YUV | 112.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 132 | 0.16 | 0.17 | 0 | 0.48 | 245.22 | 0.1 | 0.47 |
| Hex | 6F | 6D | 84 | 10 | 11 | 0 | 30 | F5 | A | 2F |
| Octal | 157 | 155 | 204 | 20 | 21 | 0 | 60 | 365 | 12 | 57 |
| Binary | 1101111 | 1101101 | 10000100 | 10000 | 10001 | 0 | 110000 | 11110101 | 1010 | 101111 |
Color Harmonies of #6F6D84
Complementary color
Monochromatic Colors of #6F6D84
Black with #6F6D84
Text Example
Text Example
White with #6F6D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D84; }
p { color: rgb(111,109,132); }
H1.HeaderClassName
{
color: #6F6D84;
}
.AnyTagClassName
{
color: #6F6D84;
}
</style>
background-color css
<style>
a { background-color: #6F6D84; }
a { background-color: rgb(111,109,132); }
div.DivClassName
{
background-color: #6F6D84;
}
.BgClassName
{
background-color: #6F6D84;
}
</style>
border-color css
<style>
span { border-color: #6F6D84; }
span { border-color: rgb(111,109,132); }
td.TdClassName
{
border-color: #6F6D84;
}
.TagClassName
{
border-color: #6F6D84;
}
</style>