Shades of Dolphin #6C6775
Tints of Dolphin #6C6775
RGB
CMYK
RGB Variations
Color information
#6C6775 (or 0x6C6775) is known color: Dolphin. HEX triplet: 6C, 67 and 75. RGB value is (108,103,117). Sum of RGB (Red+Green+Blue) = 108+103+117=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6775 is #93988A. Grayscale: #6A6A6A. Windows color (decimal): -9672843 or 7694188. OLE color: 7694188.
HSL color Cylindrical-coordinate representation of color #6C6775: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C6775 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 103 | 117 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.54 |
| HSL | 261.43º | 0.06% | 0.43% | - |
| HSV(B) | 261.43º | 0.12% | 0.46% | - |
| XYZ | 14.25 | 14.17 | 18.81 | - |
| YUV | 106.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 117 | 0.08 | 0.12 | 0 | 0.54 | 261.43 | 0.06 | 0.43 |
| Hex | 6C | 67 | 75 | 8 | C | 0 | 36 | 105 | 6 | 2B |
| Octal | 154 | 147 | 165 | 10 | 14 | 0 | 66 | 405 | 6 | 53 |
| Binary | 1101100 | 1100111 | 1110101 | 1000 | 1100 | 0 | 110110 | 100000101 | 110 | 101011 |
Color Harmonies of #6C6775
Complementary color
Monochromatic Colors of #6C6775
Black with #6C6775
Text Example
Text Example
White with #6C6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6775; }
p { color: rgb(108,103,117); }
H1.HeaderClassName
{
color: #6C6775;
}
.AnyTagClassName
{
color: #6C6775;
}
</style>
background-color css
<style>
a { background-color: #6C6775; }
a { background-color: rgb(108,103,117); }
div.DivClassName
{
background-color: #6C6775;
}
.BgClassName
{
background-color: #6C6775;
}
</style>
border-color css
<style>
span { border-color: #6C6775; }
span { border-color: rgb(108,103,117); }
td.TdClassName
{
border-color: #6C6775;
}
.TagClassName
{
border-color: #6C6775;
}
</style>