Shades of Dolphin #6A6576
Tints of Dolphin #6A6576
RGB
CMYK
RGB Variations
Color information
#6A6576 (or 0x6A6576) is known color: Dolphin. HEX triplet: 6A, 65 and 76. RGB value is (106,101,118). Sum of RGB (Red+Green+Blue) = 106+101+118=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A6576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6576 is #959A89. Grayscale: #686868. Windows color (decimal): -9804426 or 7759210. OLE color: 7759210.
HSL color Cylindrical-coordinate representation of color #6A6576: hue angle of 257.65º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A6576 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 101 | 118 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.54 |
| HSL | 257.65º | 0.08% | 0.43% | - |
| HSV(B) | 257.65º | 0.14% | 0.46% | - |
| XYZ | 13.87 | 13.68 | 19.05 | - |
| YUV | 104.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 118 | 0.10 | 0.14 | 0 | 0.54 | 257.65 | 0.08 | 0.43 |
| Hex | 6A | 65 | 76 | A | E | 0 | 36 | 102 | 8 | 2B |
| Octal | 152 | 145 | 166 | 12 | 16 | 0 | 66 | 402 | 10 | 53 |
| Binary | 1101010 | 1100101 | 1110110 | 1010 | 1110 | 0 | 110110 | 100000010 | 1000 | 101011 |
Color Harmonies of #6A6576
Complementary color
Monochromatic Colors of #6A6576
Black with #6A6576
Text Example
Text Example
White with #6A6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6576; }
p { color: rgb(106,101,118); }
H1.HeaderClassName
{
color: #6A6576;
}
.AnyTagClassName
{
color: #6A6576;
}
</style>
background-color css
<style>
a { background-color: #6A6576; }
a { background-color: rgb(106,101,118); }
div.DivClassName
{
background-color: #6A6576;
}
.BgClassName
{
background-color: #6A6576;
}
</style>
border-color css
<style>
span { border-color: #6A6576; }
span { border-color: rgb(106,101,118); }
td.TdClassName
{
border-color: #6A6576;
}
.TagClassName
{
border-color: #6A6576;
}
</style>