Shades of Dolphin #6C6876
Tints of Dolphin #6C6876
RGB
CMYK
RGB Variations
Color information
#6C6876 (or 0x6C6876) is known color: Dolphin. HEX triplet: 6C, 68 and 76. RGB value is (108,104,118). Sum of RGB (Red+Green+Blue) = 108+104+118=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6876 is #939789. Grayscale: #6A6A6A. Windows color (decimal): -9672586 or 7759980. OLE color: 7759980.
HSL color Cylindrical-coordinate representation of color #6C6876: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C6876 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 104 | 118 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.54 |
| HSL | 257.14º | 0.06% | 0.44% | - |
| HSV(B) | 257.14º | 0.12% | 0.46% | - |
| XYZ | 14.4 | 14.4 | 19.16 | - |
| YUV | 106.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 118 | 0.08 | 0.12 | 0 | 0.54 | 257.14 | 0.06 | 0.44 |
| Hex | 6C | 68 | 76 | 8 | C | 0 | 36 | 101 | 6 | 2C |
| Octal | 154 | 150 | 166 | 10 | 14 | 0 | 66 | 401 | 6 | 54 |
| Binary | 1101100 | 1101000 | 1110110 | 1000 | 1100 | 0 | 110110 | 100000001 | 110 | 101100 |
Color Harmonies of #6C6876
Complementary color
Monochromatic Colors of #6C6876
Black with #6C6876
Text Example
Text Example
White with #6C6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6876; }
p { color: rgb(108,104,118); }
H1.HeaderClassName
{
color: #6C6876;
}
.AnyTagClassName
{
color: #6C6876;
}
</style>
background-color css
<style>
a { background-color: #6C6876; }
a { background-color: rgb(108,104,118); }
div.DivClassName
{
background-color: #6C6876;
}
.BgClassName
{
background-color: #6C6876;
}
</style>
border-color css
<style>
span { border-color: #6C6876; }
span { border-color: rgb(108,104,118); }
td.TdClassName
{
border-color: #6C6876;
}
.TagClassName
{
border-color: #6C6876;
}
</style>