Shades of Dolphin #6D687B
Tints of Dolphin #6D687B
RGB
CMYK
RGB Variations
Color information
#6D687B (or 0x6D687B) is known color: Dolphin. HEX triplet: 6D, 68 and 7B. RGB value is (109,104,123). Sum of RGB (Red+Green+Blue) = 109+104+123=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D687B is #929784. Grayscale: #6B6B6B. Windows color (decimal): -9607045 or 8087661. OLE color: 8087661.
HSL color Cylindrical-coordinate representation of color #6D687B: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D687B is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 104 | 123 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.52 |
| HSL | 255.79º | 0.08% | 0.45% | - |
| HSV(B) | 255.79º | 0.15% | 0.48% | - |
| XYZ | 14.83 | 14.58 | 20.77 | - |
| YUV | 107.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 123 | 0.11 | 0.15 | 0 | 0.52 | 255.79 | 0.08 | 0.45 |
| Hex | 6D | 68 | 7B | B | F | 0 | 34 | 100 | 8 | 2D |
| Octal | 155 | 150 | 173 | 13 | 17 | 0 | 64 | 400 | 10 | 55 |
| Binary | 1101101 | 1101000 | 1111011 | 1011 | 1111 | 0 | 110100 | 100000000 | 1000 | 101101 |
Color Harmonies of #6D687B
Complementary color
Monochromatic Colors of #6D687B
Black with #6D687B
Text Example
Text Example
White with #6D687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D687B; }
p { color: rgb(109,104,123); }
H1.HeaderClassName
{
color: #6D687B;
}
.AnyTagClassName
{
color: #6D687B;
}
</style>
background-color css
<style>
a { background-color: #6D687B; }
a { background-color: rgb(109,104,123); }
div.DivClassName
{
background-color: #6D687B;
}
.BgClassName
{
background-color: #6D687B;
}
</style>
border-color css
<style>
span { border-color: #6D687B; }
span { border-color: rgb(109,104,123); }
td.TdClassName
{
border-color: #6D687B;
}
.TagClassName
{
border-color: #6D687B;
}
</style>