Shades of Dolphin #6C6979
Tints of Dolphin #6C6979
RGB
CMYK
RGB Variations
Color information
#6C6979 (or 0x6C6979) is known color: Dolphin. HEX triplet: 6C, 69 and 79. RGB value is (108,105,121). Sum of RGB (Red+Green+Blue) = 108+105+121=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C6979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6979 is #939686. Grayscale: #6B6B6B. Windows color (decimal): -9672327 or 7956844. OLE color: 7956844.
HSL color Cylindrical-coordinate representation of color #6C6979: hue angle of 251.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C6979 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 105 | 121 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.53 |
| HSL | 251.25º | 0.07% | 0.44% | - |
| HSV(B) | 251.25º | 0.13% | 0.47% | - |
| XYZ | 14.69 | 14.67 | 20.15 | - |
| YUV | 107.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 121 | 0.11 | 0.13 | 0 | 0.53 | 251.25 | 0.07 | 0.44 |
| Hex | 6C | 69 | 79 | B | D | 0 | 35 | FB | 7 | 2C |
| Octal | 154 | 151 | 171 | 13 | 15 | 0 | 65 | 373 | 7 | 54 |
| Binary | 1101100 | 1101001 | 1111001 | 1011 | 1101 | 0 | 110101 | 11111011 | 111 | 101100 |
Color Harmonies of #6C6979
Complementary color
Monochromatic Colors of #6C6979
Black with #6C6979
Text Example
Text Example
White with #6C6979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6979; }
p { color: rgb(108,105,121); }
H1.HeaderClassName
{
color: #6C6979;
}
.AnyTagClassName
{
color: #6C6979;
}
</style>
background-color css
<style>
a { background-color: #6C6979; }
a { background-color: rgb(108,105,121); }
div.DivClassName
{
background-color: #6C6979;
}
.BgClassName
{
background-color: #6C6979;
}
</style>
border-color css
<style>
span { border-color: #6C6979; }
span { border-color: rgb(108,105,121); }
td.TdClassName
{
border-color: #6C6979;
}
.TagClassName
{
border-color: #6C6979;
}
</style>