Shades of Dolphin #6C6A79
Tints of Dolphin #6C6A79
RGB
CMYK
RGB Variations
Color information
#6C6A79 (or 0x6C6A79) is known color: Dolphin. HEX triplet: 6C, 6A and 79. RGB value is (108,106,121). Sum of RGB (Red+Green+Blue) = 108+106+121=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C6A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6A79 is #939586. Grayscale: #6C6C6C. Windows color (decimal): -9672071 or 7957100. OLE color: 7957100.
HSL color Cylindrical-coordinate representation of color #6C6A79: hue angle of 248º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C6A79 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 106 | 121 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.53 |
| HSL | 248º | 0.07% | 0.45% | - |
| HSV(B) | 248º | 0.12% | 0.47% | - |
| XYZ | 14.79 | 14.88 | 20.18 | - |
| YUV | 108.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 106 | 121 | 0.11 | 0.12 | 0 | 0.53 | 248 | 0.07 | 0.45 |
| Hex | 6C | 6A | 79 | B | C | 0 | 35 | F8 | 7 | 2D |
| Octal | 154 | 152 | 171 | 13 | 14 | 0 | 65 | 370 | 7 | 55 |
| Binary | 1101100 | 1101010 | 1111001 | 1011 | 1100 | 0 | 110101 | 11111000 | 111 | 101101 |
Color Harmonies of #6C6A79
Complementary color
Monochromatic Colors of #6C6A79
Black with #6C6A79
Text Example
Text Example
White with #6C6A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6A79; }
p { color: rgb(108,106,121); }
H1.HeaderClassName
{
color: #6C6A79;
}
.AnyTagClassName
{
color: #6C6A79;
}
</style>
background-color css
<style>
a { background-color: #6C6A79; }
a { background-color: rgb(108,106,121); }
div.DivClassName
{
background-color: #6C6A79;
}
.BgClassName
{
background-color: #6C6A79;
}
</style>
border-color css
<style>
span { border-color: #6C6A79; }
span { border-color: rgb(108,106,121); }
td.TdClassName
{
border-color: #6C6A79;
}
.TagClassName
{
border-color: #6C6A79;
}
</style>