Shades of Dolphin #66617D
Tints of Dolphin #66617D
RGB
CMYK
RGB Variations
Color information
#66617D (or 0x66617D) is known color: Dolphin. HEX triplet: 66, 61 and 7D. RGB value is (102,97,125). Sum of RGB (Red+Green+Blue) = 102+97+125=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #66617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66617D is #999E82. Grayscale: #656565. Windows color (decimal): -10067587 or 8216934. OLE color: 8216934.
HSL color Cylindrical-coordinate representation of color #66617D: hue angle of 250.71º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66617D is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 97 | 125 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.51 |
| HSL | 250.71º | 0.13% | 0.44% | - |
| HSV(B) | 250.71º | 0.22% | 0.49% | - |
| XYZ | 13.46 | 12.85 | 21.17 | - |
| YUV | 101.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 125 | 0.18 | 0.22 | 0 | 0.51 | 250.71 | 0.13 | 0.44 |
| Hex | 66 | 61 | 7D | 12 | 16 | 0 | 33 | FB | D | 2C |
| Octal | 146 | 141 | 175 | 22 | 26 | 0 | 63 | 373 | 15 | 54 |
| Binary | 1100110 | 1100001 | 1111101 | 10010 | 10110 | 0 | 110011 | 11111011 | 1101 | 101100 |
Color Harmonies of #66617D
Complementary color
Monochromatic Colors of #66617D
Black with #66617D
Text Example
Text Example
White with #66617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66617D; }
p { color: rgb(102,97,125); }
H1.HeaderClassName
{
color: #66617D;
}
.AnyTagClassName
{
color: #66617D;
}
</style>
background-color css
<style>
a { background-color: #66617D; }
a { background-color: rgb(102,97,125); }
div.DivClassName
{
background-color: #66617D;
}
.BgClassName
{
background-color: #66617D;
}
</style>
border-color css
<style>
span { border-color: #66617D; }
span { border-color: rgb(102,97,125); }
td.TdClassName
{
border-color: #66617D;
}
.TagClassName
{
border-color: #66617D;
}
</style>