Shades of Dolphin #6E6D7D
Tints of Dolphin #6E6D7D
RGB
CMYK
RGB Variations
Color information
#6E6D7D (or 0x6E6D7D) is known color: Dolphin. HEX triplet: 6E, 6D and 7D. RGB value is (110,109,125). Sum of RGB (Red+Green+Blue) = 110+109+125=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E6D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6D7D is #919282. Grayscale: #6F6F6F. Windows color (decimal): -9540227 or 8220014. OLE color: 8220014.
HSL color Cylindrical-coordinate representation of color #6E6D7D: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E6D7D is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 109 | 125 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.51 |
| HSL | 243.75º | 0.07% | 0.46% | - |
| HSV(B) | 243.75º | 0.13% | 0.49% | - |
| XYZ | 15.6 | 15.73 | 21.62 | - |
| YUV | 111.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 109 | 125 | 0.12 | 0.13 | 0 | 0.51 | 243.75 | 0.07 | 0.46 |
| Hex | 6E | 6D | 7D | C | D | 0 | 33 | F4 | 7 | 2E |
| Octal | 156 | 155 | 175 | 14 | 15 | 0 | 63 | 364 | 7 | 56 |
| Binary | 1101110 | 1101101 | 1111101 | 1100 | 1101 | 0 | 110011 | 11110100 | 111 | 101110 |
Color Harmonies of #6E6D7D
Complementary color
Monochromatic Colors of #6E6D7D
Black with #6E6D7D
Text Example
Text Example
White with #6E6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6D7D; }
p { color: rgb(110,109,125); }
H1.HeaderClassName
{
color: #6E6D7D;
}
.AnyTagClassName
{
color: #6E6D7D;
}
</style>
background-color css
<style>
a { background-color: #6E6D7D; }
a { background-color: rgb(110,109,125); }
div.DivClassName
{
background-color: #6E6D7D;
}
.BgClassName
{
background-color: #6E6D7D;
}
</style>
border-color css
<style>
span { border-color: #6E6D7D; }
span { border-color: rgb(110,109,125); }
td.TdClassName
{
border-color: #6E6D7D;
}
.TagClassName
{
border-color: #6E6D7D;
}
</style>