Shades of Dolphin #6E6981
Tints of Dolphin #6E6981
RGB
CMYK
RGB Variations
Color information
#6E6981 (or 0x6E6981) is known color: Dolphin. HEX triplet: 6E, 69 and 81. RGB value is (110,105,129). Sum of RGB (Red+Green+Blue) = 110+105+129=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #6E6981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6981 is #91967E. Grayscale: #6D6D6D. Windows color (decimal): -9541247 or 8481134. OLE color: 8481134.
HSL color Cylindrical-coordinate representation of color #6E6981: hue angle of 252.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E6981 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 105 | 129 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.49 |
| HSL | 252.5º | 0.1% | 0.46% | - |
| HSV(B) | 252.5º | 0.19% | 0.51% | - |
| XYZ | 15.44 | 15 | 22.85 | - |
| YUV | 109.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 129 | 0.15 | 0.19 | 0 | 0.49 | 252.5 | 0.1 | 0.46 |
| Hex | 6E | 69 | 81 | F | 13 | 0 | 31 | FD | A | 2E |
| Octal | 156 | 151 | 201 | 17 | 23 | 0 | 61 | 375 | 12 | 56 |
| Binary | 1101110 | 1101001 | 10000001 | 1111 | 10011 | 0 | 110001 | 11111101 | 1010 | 101110 |
Color Harmonies of #6E6981
Complementary color
Monochromatic Colors of #6E6981
Black with #6E6981
Text Example
Text Example
White with #6E6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6981; }
p { color: rgb(110,105,129); }
H1.HeaderClassName
{
color: #6E6981;
}
.AnyTagClassName
{
color: #6E6981;
}
</style>
background-color css
<style>
a { background-color: #6E6981; }
a { background-color: rgb(110,105,129); }
div.DivClassName
{
background-color: #6E6981;
}
.BgClassName
{
background-color: #6E6981;
}
</style>
border-color css
<style>
span { border-color: #6E6981; }
span { border-color: rgb(110,105,129); }
td.TdClassName
{
border-color: #6E6981;
}
.TagClassName
{
border-color: #6E6981;
}
</style>