Shades of Dolphin #6E697F
Tints of Dolphin #6E697F
RGB
CMYK
RGB Variations
Color information
#6E697F (or 0x6E697F) is known color: Dolphin. HEX triplet: 6E, 69 and 7F. RGB value is (110,105,127). Sum of RGB (Red+Green+Blue) = 110+105+127=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E697F is #919680. Grayscale: #6C6C6C. Windows color (decimal): -9541249 or 8350062. OLE color: 8350062.
HSL color Cylindrical-coordinate representation of color #6E697F: hue angle of 253.64º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E697F is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 105 | 127 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.50 |
| HSL | 253.64º | 0.09% | 0.45% | - |
| HSV(B) | 253.64º | 0.17% | 0.5% | - |
| XYZ | 15.31 | 14.95 | 22.16 | - |
| YUV | 109 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 127 | 0.13 | 0.17 | 0 | 0.50 | 253.64 | 0.09 | 0.45 |
| Hex | 6E | 69 | 7F | D | 11 | 0 | 32 | FE | 9 | 2D |
| Octal | 156 | 151 | 177 | 15 | 21 | 0 | 62 | 376 | 11 | 55 |
| Binary | 1101110 | 1101001 | 1111111 | 1101 | 10001 | 0 | 110010 | 11111110 | 1001 | 101101 |
Color Harmonies of #6E697F
Complementary color
Monochromatic Colors of #6E697F
Black with #6E697F
Text Example
Text Example
White with #6E697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E697F; }
p { color: rgb(110,105,127); }
H1.HeaderClassName
{
color: #6E697F;
}
.AnyTagClassName
{
color: #6E697F;
}
</style>
background-color css
<style>
a { background-color: #6E697F; }
a { background-color: rgb(110,105,127); }
div.DivClassName
{
background-color: #6E697F;
}
.BgClassName
{
background-color: #6E697F;
}
</style>
border-color css
<style>
span { border-color: #6E697F; }
span { border-color: rgb(110,105,127); }
td.TdClassName
{
border-color: #6E697F;
}
.TagClassName
{
border-color: #6E697F;
}
</style>