Shades of Dolphin #6E687A
Tints of Dolphin #6E687A
RGB
CMYK
RGB Variations
Color information
#6E687A (or 0x6E687A) is known color: Dolphin. HEX triplet: 6E, 68 and 7A. RGB value is (110,104,122). Sum of RGB (Red+Green+Blue) = 110+104+122=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E687A is #919785. Grayscale: #6B6B6B. Windows color (decimal): -9541510 or 8022126. OLE color: 8022126.
HSL color Cylindrical-coordinate representation of color #6E687A: hue angle of 260º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E687A is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 104 | 122 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.52 |
| HSL | 260º | 0.08% | 0.44% | - |
| HSV(B) | 260º | 0.15% | 0.48% | - |
| XYZ | 14.89 | 14.62 | 20.45 | - |
| YUV | 107.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 122 | 0.10 | 0.15 | 0 | 0.52 | 260 | 0.08 | 0.44 |
| Hex | 6E | 68 | 7A | A | F | 0 | 34 | 104 | 8 | 2C |
| Octal | 156 | 150 | 172 | 12 | 17 | 0 | 64 | 404 | 10 | 54 |
| Binary | 1101110 | 1101000 | 1111010 | 1010 | 1111 | 0 | 110100 | 100000100 | 1000 | 101100 |
Color Harmonies of #6E687A
Complementary color
Monochromatic Colors of #6E687A
Black with #6E687A
Text Example
Text Example
White with #6E687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E687A; }
p { color: rgb(110,104,122); }
H1.HeaderClassName
{
color: #6E687A;
}
.AnyTagClassName
{
color: #6E687A;
}
</style>
background-color css
<style>
a { background-color: #6E687A; }
a { background-color: rgb(110,104,122); }
div.DivClassName
{
background-color: #6E687A;
}
.BgClassName
{
background-color: #6E687A;
}
</style>
border-color css
<style>
span { border-color: #6E687A; }
span { border-color: rgb(110,104,122); }
td.TdClassName
{
border-color: #6E687A;
}
.TagClassName
{
border-color: #6E687A;
}
</style>