Shades of Dolphin #6E6A84
Tints of Dolphin #6E6A84
RGB
CMYK
RGB Variations
Color information
#6E6A84 (or 0x6E6A84) is known color: Dolphin. HEX triplet: 6E, 6A and 84. RGB value is (110,106,132). Sum of RGB (Red+Green+Blue) = 110+106+132=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E6A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6A84 is #91957B. Grayscale: #6E6E6E. Windows color (decimal): -9540988 or 8677998. OLE color: 8677998.
HSL color Cylindrical-coordinate representation of color #6E6A84: hue angle of 249.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E6A84 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 106 | 132 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.48 |
| HSL | 249.23º | 0.11% | 0.47% | - |
| HSV(B) | 249.23º | 0.2% | 0.52% | - |
| XYZ | 15.75 | 15.29 | 23.95 | - |
| YUV | 110.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 132 | 0.17 | 0.20 | 0 | 0.48 | 249.23 | 0.11 | 0.47 |
| Hex | 6E | 6A | 84 | 11 | 14 | 0 | 30 | F9 | B | 2F |
| Octal | 156 | 152 | 204 | 21 | 24 | 0 | 60 | 371 | 13 | 57 |
| Binary | 1101110 | 1101010 | 10000100 | 10001 | 10100 | 0 | 110000 | 11111001 | 1011 | 101111 |
Color Harmonies of #6E6A84
Complementary color
Monochromatic Colors of #6E6A84
Black with #6E6A84
Text Example
Text Example
White with #6E6A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A84; }
p { color: rgb(110,106,132); }
H1.HeaderClassName
{
color: #6E6A84;
}
.AnyTagClassName
{
color: #6E6A84;
}
</style>
background-color css
<style>
a { background-color: #6E6A84; }
a { background-color: rgb(110,106,132); }
div.DivClassName
{
background-color: #6E6A84;
}
.BgClassName
{
background-color: #6E6A84;
}
</style>
border-color css
<style>
span { border-color: #6E6A84; }
span { border-color: rgb(110,106,132); }
td.TdClassName
{
border-color: #6E6A84;
}
.TagClassName
{
border-color: #6E6A84;
}
</style>