Shades of Dolphin #6E6B78
Tints of Dolphin #6E6B78
RGB
CMYK
RGB Variations
Color information
#6E6B78 (or 0x6E6B78) is known color: Dolphin. HEX triplet: 6E, 6B and 78. RGB value is (110,107,120). Sum of RGB (Red+Green+Blue) = 110+107+120=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E6B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B78 is #919487. Grayscale: #6D6D6D. Windows color (decimal): -9540744 or 7891822. OLE color: 7891822.
HSL color Cylindrical-coordinate representation of color #6E6B78: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6B78 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 107 | 120 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.53 |
| HSL | 253.85º | 0.06% | 0.45% | - |
| HSV(B) | 253.85º | 0.11% | 0.47% | - |
| XYZ | 15.08 | 15.19 | 19.91 | - |
| YUV | 109.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 120 | 0.08 | 0.11 | 0 | 0.53 | 253.85 | 0.06 | 0.45 |
| Hex | 6E | 6B | 78 | 8 | B | 0 | 35 | FE | 6 | 2D |
| Octal | 156 | 153 | 170 | 10 | 13 | 0 | 65 | 376 | 6 | 55 |
| Binary | 1101110 | 1101011 | 1111000 | 1000 | 1011 | 0 | 110101 | 11111110 | 110 | 101101 |
Color Harmonies of #6E6B78
Complementary color
Monochromatic Colors of #6E6B78
Black with #6E6B78
Text Example
Text Example
White with #6E6B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B78; }
p { color: rgb(110,107,120); }
H1.HeaderClassName
{
color: #6E6B78;
}
.AnyTagClassName
{
color: #6E6B78;
}
</style>
background-color css
<style>
a { background-color: #6E6B78; }
a { background-color: rgb(110,107,120); }
div.DivClassName
{
background-color: #6E6B78;
}
.BgClassName
{
background-color: #6E6B78;
}
</style>
border-color css
<style>
span { border-color: #6E6B78; }
span { border-color: rgb(110,107,120); }
td.TdClassName
{
border-color: #6E6B78;
}
.TagClassName
{
border-color: #6E6B78;
}
</style>