Shades of Dolphin #6A6679
Tints of Dolphin #6A6679
RGB
CMYK
RGB Variations
Color information
#6A6679 (or 0x6A6679) is known color: Dolphin. HEX triplet: 6A, 66 and 79. RGB value is (106,102,121). Sum of RGB (Red+Green+Blue) = 106+102+121=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A6679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6679 is #959986. Grayscale: #696969. Windows color (decimal): -9804167 or 7956074. OLE color: 7956074.
HSL color Cylindrical-coordinate representation of color #6A6679: hue angle of 252.63º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A6679 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 102 | 121 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.53 |
| HSL | 252.63º | 0.09% | 0.44% | - |
| HSV(B) | 252.63º | 0.16% | 0.47% | - |
| XYZ | 14.15 | 13.95 | 20.04 | - |
| YUV | 105.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 121 | 0.12 | 0.16 | 0 | 0.53 | 252.63 | 0.09 | 0.44 |
| Hex | 6A | 66 | 79 | C | 10 | 0 | 35 | FD | 9 | 2C |
| Octal | 152 | 146 | 171 | 14 | 20 | 0 | 65 | 375 | 11 | 54 |
| Binary | 1101010 | 1100110 | 1111001 | 1100 | 10000 | 0 | 110101 | 11111101 | 1001 | 101100 |
Color Harmonies of #6A6679
Complementary color
Monochromatic Colors of #6A6679
Black with #6A6679
Text Example
Text Example
White with #6A6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6679; }
p { color: rgb(106,102,121); }
H1.HeaderClassName
{
color: #6A6679;
}
.AnyTagClassName
{
color: #6A6679;
}
</style>
background-color css
<style>
a { background-color: #6A6679; }
a { background-color: rgb(106,102,121); }
div.DivClassName
{
background-color: #6A6679;
}
.BgClassName
{
background-color: #6A6679;
}
</style>
border-color css
<style>
span { border-color: #6A6679; }
span { border-color: rgb(106,102,121); }
td.TdClassName
{
border-color: #6A6679;
}
.TagClassName
{
border-color: #6A6679;
}
</style>