Shades of Dolphin #6C687F
Tints of Dolphin #6C687F
RGB
CMYK
RGB Variations
Color information
#6C687F (or 0x6C687F) is known color: Dolphin. HEX triplet: 6C, 68 and 7F. RGB value is (108,104,127). Sum of RGB (Red+Green+Blue) = 108+104+127=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C687F is #939780. Grayscale: #6B6B6B. Windows color (decimal): -9672577 or 8349804. OLE color: 8349804.
HSL color Cylindrical-coordinate representation of color #6C687F: hue angle of 250.43º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C687F is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 104 | 127 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.50 |
| HSL | 250.43º | 0.1% | 0.45% | - |
| HSV(B) | 250.43º | 0.18% | 0.5% | - |
| XYZ | 14.97 | 14.62 | 22.11 | - |
| YUV | 107.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 127 | 0.15 | 0.18 | 0 | 0.50 | 250.43 | 0.1 | 0.45 |
| Hex | 6C | 68 | 7F | F | 12 | 0 | 32 | FA | A | 2D |
| Octal | 154 | 150 | 177 | 17 | 22 | 0 | 62 | 372 | 12 | 55 |
| Binary | 1101100 | 1101000 | 1111111 | 1111 | 10010 | 0 | 110010 | 11111010 | 1010 | 101101 |
Color Harmonies of #6C687F
Complementary color
Monochromatic Colors of #6C687F
Black with #6C687F
Text Example
Text Example
White with #6C687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C687F; }
p { color: rgb(108,104,127); }
H1.HeaderClassName
{
color: #6C687F;
}
.AnyTagClassName
{
color: #6C687F;
}
</style>
background-color css
<style>
a { background-color: #6C687F; }
a { background-color: rgb(108,104,127); }
div.DivClassName
{
background-color: #6C687F;
}
.BgClassName
{
background-color: #6C687F;
}
</style>
border-color css
<style>
span { border-color: #6C687F; }
span { border-color: rgb(108,104,127); }
td.TdClassName
{
border-color: #6C687F;
}
.TagClassName
{
border-color: #6C687F;
}
</style>