Shades of Dolphin #6D687A
Tints of Dolphin #6D687A
RGB
CMYK
RGB Variations
Color information
#6D687A (or 0x6D687A) is known color: Dolphin. HEX triplet: 6D, 68 and 7A. RGB value is (109,104,122). Sum of RGB (Red+Green+Blue) = 109+104+122=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D687A is #929785. Grayscale: #6B6B6B. Windows color (decimal): -9607046 or 8022125. OLE color: 8022125.
HSL color Cylindrical-coordinate representation of color #6D687A: hue angle of 256.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D687A is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 104 | 122 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.52 |
| HSL | 256.67º | 0.08% | 0.44% | - |
| HSV(B) | 256.67º | 0.15% | 0.48% | - |
| XYZ | 14.77 | 14.56 | 20.44 | - |
| YUV | 107.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 122 | 0.11 | 0.15 | 0 | 0.52 | 256.67 | 0.08 | 0.44 |
| Hex | 6D | 68 | 7A | B | F | 0 | 34 | 101 | 8 | 2C |
| Octal | 155 | 150 | 172 | 13 | 17 | 0 | 64 | 401 | 10 | 54 |
| Binary | 1101101 | 1101000 | 1111010 | 1011 | 1111 | 0 | 110100 | 100000001 | 1000 | 101100 |
Color Harmonies of #6D687A
Complementary color
Monochromatic Colors of #6D687A
Black with #6D687A
Text Example
Text Example
White with #6D687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D687A; }
p { color: rgb(109,104,122); }
H1.HeaderClassName
{
color: #6D687A;
}
.AnyTagClassName
{
color: #6D687A;
}
</style>
background-color css
<style>
a { background-color: #6D687A; }
a { background-color: rgb(109,104,122); }
div.DivClassName
{
background-color: #6D687A;
}
.BgClassName
{
background-color: #6D687A;
}
</style>
border-color css
<style>
span { border-color: #6D687A; }
span { border-color: rgb(109,104,122); }
td.TdClassName
{
border-color: #6D687A;
}
.TagClassName
{
border-color: #6D687A;
}
</style>