Shades of Dolphin #6C6677
Tints of Dolphin #6C6677
RGB
CMYK
RGB Variations
Color information
#6C6677 (or 0x6C6677) is known color: Dolphin. HEX triplet: 6C, 66 and 77. RGB value is (108,102,119). Sum of RGB (Red+Green+Blue) = 108+102+119=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C6677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6677 is #939988. Grayscale: #696969. Windows color (decimal): -9673097 or 7825004. OLE color: 7825004.
HSL color Cylindrical-coordinate representation of color #6C6677: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C6677 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 102 | 119 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.53 |
| HSL | 261.18º | 0.08% | 0.43% | - |
| HSV(B) | 261.18º | 0.14% | 0.47% | - |
| XYZ | 14.27 | 14.02 | 19.41 | - |
| YUV | 105.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 119 | 0.09 | 0.14 | 0 | 0.53 | 261.18 | 0.08 | 0.43 |
| Hex | 6C | 66 | 77 | 9 | E | 0 | 35 | 105 | 8 | 2B |
| Octal | 154 | 146 | 167 | 11 | 16 | 0 | 65 | 405 | 10 | 53 |
| Binary | 1101100 | 1100110 | 1110111 | 1001 | 1110 | 0 | 110101 | 100000101 | 1000 | 101011 |
Color Harmonies of #6C6677
Complementary color
Monochromatic Colors of #6C6677
Black with #6C6677
Text Example
Text Example
White with #6C6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6677; }
p { color: rgb(108,102,119); }
H1.HeaderClassName
{
color: #6C6677;
}
.AnyTagClassName
{
color: #6C6677;
}
</style>
background-color css
<style>
a { background-color: #6C6677; }
a { background-color: rgb(108,102,119); }
div.DivClassName
{
background-color: #6C6677;
}
.BgClassName
{
background-color: #6C6677;
}
</style>
border-color css
<style>
span { border-color: #6C6677; }
span { border-color: rgb(108,102,119); }
td.TdClassName
{
border-color: #6C6677;
}
.TagClassName
{
border-color: #6C6677;
}
</style>