Shades of Dolphin #6D6B72
Tints of Dolphin #6D6B72
RGB
CMYK
RGB Variations
Color information
#6D6B72 (or 0x6D6B72) is known color: Dolphin. HEX triplet: 6D, 6B and 72. RGB value is (109,107,114). Sum of RGB (Red+Green+Blue) = 109+107+114=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B72 is #92948D. Grayscale: #6C6C6C. Windows color (decimal): -9606286 or 7498605. OLE color: 7498605.
HSL color Cylindrical-coordinate representation of color #6D6B72: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D6B72 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 107 | 114 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.55 |
| HSL | 257.14º | 0.03% | 0.43% | - |
| HSV(B) | 257.14º | 0.06% | 0.45% | - |
| XYZ | 14.6 | 14.98 | 18.04 | - |
| YUV | 108.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 114 | 0.04 | 0.06 | 0 | 0.55 | 257.14 | 0.03 | 0.43 |
| Hex | 6D | 6B | 72 | 4 | 6 | 0 | 37 | 101 | 3 | 2B |
| Octal | 155 | 153 | 162 | 4 | 6 | 0 | 67 | 401 | 3 | 53 |
| Binary | 1101101 | 1101011 | 1110010 | 100 | 110 | 0 | 110111 | 100000001 | 11 | 101011 |
Color Harmonies of #6D6B72
Complementary color
Monochromatic Colors of #6D6B72
Black with #6D6B72
Text Example
Text Example
White with #6D6B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B72; }
p { color: rgb(109,107,114); }
H1.HeaderClassName
{
color: #6D6B72;
}
.AnyTagClassName
{
color: #6D6B72;
}
</style>
background-color css
<style>
a { background-color: #6D6B72; }
a { background-color: rgb(109,107,114); }
div.DivClassName
{
background-color: #6D6B72;
}
.BgClassName
{
background-color: #6D6B72;
}
</style>
border-color css
<style>
span { border-color: #6D6B72; }
span { border-color: rgb(109,107,114); }
td.TdClassName
{
border-color: #6D6B72;
}
.TagClassName
{
border-color: #6D6B72;
}
</style>