Shades of Dolphin #6D6A75
Tints of Dolphin #6D6A75
RGB
CMYK
RGB Variations
Color information
#6D6A75 (or 0x6D6A75) is known color: Dolphin. HEX triplet: 6D, 6A and 75. RGB value is (109,106,117). Sum of RGB (Red+Green+Blue) = 109+106+117=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D6A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A75 is #92958A. Grayscale: #6C6C6C. Windows color (decimal): -9606539 or 7694957. OLE color: 7694957.
HSL color Cylindrical-coordinate representation of color #6D6A75: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D6A75 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 106 | 117 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.54 |
| HSL | 256.36º | 0.05% | 0.44% | - |
| HSV(B) | 256.36º | 0.09% | 0.46% | - |
| XYZ | 14.67 | 14.84 | 18.92 | - |
| YUV | 108.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 117 | 0.07 | 0.09 | 0 | 0.54 | 256.36 | 0.05 | 0.44 |
| Hex | 6D | 6A | 75 | 7 | 9 | 0 | 36 | 100 | 5 | 2C |
| Octal | 155 | 152 | 165 | 7 | 11 | 0 | 66 | 400 | 5 | 54 |
| Binary | 1101101 | 1101010 | 1110101 | 111 | 1001 | 0 | 110110 | 100000000 | 101 | 101100 |
Color Harmonies of #6D6A75
Complementary color
Monochromatic Colors of #6D6A75
Black with #6D6A75
Text Example
Text Example
White with #6D6A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6A75; }
p { color: rgb(109,106,117); }
H1.HeaderClassName
{
color: #6D6A75;
}
.AnyTagClassName
{
color: #6D6A75;
}
</style>
background-color css
<style>
a { background-color: #6D6A75; }
a { background-color: rgb(109,106,117); }
div.DivClassName
{
background-color: #6D6A75;
}
.BgClassName
{
background-color: #6D6A75;
}
</style>
border-color css
<style>
span { border-color: #6D6A75; }
span { border-color: rgb(109,106,117); }
td.TdClassName
{
border-color: #6D6A75;
}
.TagClassName
{
border-color: #6D6A75;
}
</style>