Shades of Dolphin #6A6672
Tints of Dolphin #6A6672
RGB
CMYK
RGB Variations
Color information
#6A6672 (or 0x6A6672) is known color: Dolphin. HEX triplet: 6A, 66 and 72. RGB value is (106,102,114). Sum of RGB (Red+Green+Blue) = 106+102+114=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6672 is #95998D. Grayscale: #686868. Windows color (decimal): -9804174 or 7497322. OLE color: 7497322.
HSL color Cylindrical-coordinate representation of color #6A6672: hue angle of 260º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A6672 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 102 | 114 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.55 |
| HSL | 260º | 0.06% | 0.42% | - |
| HSV(B) | 260º | 0.11% | 0.45% | - |
| XYZ | 13.73 | 13.78 | 17.86 | - |
| YUV | 104.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 114 | 0.07 | 0.11 | 0 | 0.55 | 260 | 0.06 | 0.42 |
| Hex | 6A | 66 | 72 | 7 | B | 0 | 37 | 104 | 6 | 2A |
| Octal | 152 | 146 | 162 | 7 | 13 | 0 | 67 | 404 | 6 | 52 |
| Binary | 1101010 | 1100110 | 1110010 | 111 | 1011 | 0 | 110111 | 100000100 | 110 | 101010 |
Color Harmonies of #6A6672
Complementary color
Monochromatic Colors of #6A6672
Black with #6A6672
Text Example
Text Example
White with #6A6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6672; }
p { color: rgb(106,102,114); }
H1.HeaderClassName
{
color: #6A6672;
}
.AnyTagClassName
{
color: #6A6672;
}
</style>
background-color css
<style>
a { background-color: #6A6672; }
a { background-color: rgb(106,102,114); }
div.DivClassName
{
background-color: #6A6672;
}
.BgClassName
{
background-color: #6A6672;
}
</style>
border-color css
<style>
span { border-color: #6A6672; }
span { border-color: rgb(106,102,114); }
td.TdClassName
{
border-color: #6A6672;
}
.TagClassName
{
border-color: #6A6672;
}
</style>