Shades of Dolphin #6D6B78
Tints of Dolphin #6D6B78
RGB
CMYK
RGB Variations
Color information
#6D6B78 (or 0x6D6B78) is known color: Dolphin. HEX triplet: 6D, 6B and 78. RGB value is (109,107,120). Sum of RGB (Red+Green+Blue) = 109+107+120=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D6B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B78 is #929487. Grayscale: #6D6D6D. Windows color (decimal): -9606280 or 7891821. OLE color: 7891821.
HSL color Cylindrical-coordinate representation of color #6D6B78: hue angle of 249.23º 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 #6D6B78 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 107 | 120 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.53 |
| HSL | 249.23º | 0.06% | 0.45% | - |
| HSV(B) | 249.23º | 0.11% | 0.47% | - |
| XYZ | 14.95 | 15.12 | 19.9 | - |
| YUV | 109.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 120 | 0.09 | 0.11 | 0 | 0.53 | 249.23 | 0.06 | 0.45 |
| Hex | 6D | 6B | 78 | 9 | B | 0 | 35 | F9 | 6 | 2D |
| Octal | 155 | 153 | 170 | 11 | 13 | 0 | 65 | 371 | 6 | 55 |
| Binary | 1101101 | 1101011 | 1111000 | 1001 | 1011 | 0 | 110101 | 11111001 | 110 | 101101 |
Color Harmonies of #6D6B78
Complementary color
Monochromatic Colors of #6D6B78
Black with #6D6B78
Text Example
Text Example
White with #6D6B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B78; }
p { color: rgb(109,107,120); }
H1.HeaderClassName
{
color: #6D6B78;
}
.AnyTagClassName
{
color: #6D6B78;
}
</style>
background-color css
<style>
a { background-color: #6D6B78; }
a { background-color: rgb(109,107,120); }
div.DivClassName
{
background-color: #6D6B78;
}
.BgClassName
{
background-color: #6D6B78;
}
</style>
border-color css
<style>
span { border-color: #6D6B78; }
span { border-color: rgb(109,107,120); }
td.TdClassName
{
border-color: #6D6B78;
}
.TagClassName
{
border-color: #6D6B78;
}
</style>