Shades of Dolphin #6E6C7D
Tints of Dolphin #6E6C7D
RGB
CMYK
RGB Variations
Color information
#6E6C7D (or 0x6E6C7D) is known color: Dolphin. HEX triplet: 6E, 6C and 7D. RGB value is (110,108,125). Sum of RGB (Red+Green+Blue) = 110+108+125=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E6C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C7D is #919382. Grayscale: #6E6E6E. Windows color (decimal): -9540483 or 8219758. OLE color: 8219758.
HSL color Cylindrical-coordinate representation of color #6E6C7D: hue angle of 247.06º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6E6C7D is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 108 | 125 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.51 |
| HSL | 247.06º | 0.07% | 0.46% | - |
| HSV(B) | 247.06º | 0.14% | 0.49% | - |
| XYZ | 15.49 | 15.52 | 21.58 | - |
| YUV | 110.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 125 | 0.12 | 0.14 | 0 | 0.51 | 247.06 | 0.07 | 0.46 |
| Hex | 6E | 6C | 7D | C | E | 0 | 33 | F7 | 7 | 2E |
| Octal | 156 | 154 | 175 | 14 | 16 | 0 | 63 | 367 | 7 | 56 |
| Binary | 1101110 | 1101100 | 1111101 | 1100 | 1110 | 0 | 110011 | 11110111 | 111 | 101110 |
Color Harmonies of #6E6C7D
Complementary color
Monochromatic Colors of #6E6C7D
Black with #6E6C7D
Text Example
Text Example
White with #6E6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6C7D; }
p { color: rgb(110,108,125); }
H1.HeaderClassName
{
color: #6E6C7D;
}
.AnyTagClassName
{
color: #6E6C7D;
}
</style>
background-color css
<style>
a { background-color: #6E6C7D; }
a { background-color: rgb(110,108,125); }
div.DivClassName
{
background-color: #6E6C7D;
}
.BgClassName
{
background-color: #6E6C7D;
}
</style>
border-color css
<style>
span { border-color: #6E6C7D; }
span { border-color: rgb(110,108,125); }
td.TdClassName
{
border-color: #6E6C7D;
}
.TagClassName
{
border-color: #6E6C7D;
}
</style>