Shades of Dolphin #66617E
Tints of Dolphin #66617E
RGB
CMYK
RGB Variations
Color information
#66617E (or 0x66617E) is known color: Dolphin. HEX triplet: 66, 61 and 7E. RGB value is (102,97,126). Sum of RGB (Red+Green+Blue) = 102+97+126=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 126 - color contains mainly: blue. Hex color #66617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66617E is #999E81. Grayscale: #656565. Windows color (decimal): -10067586 or 8282470. OLE color: 8282470.
HSL color Cylindrical-coordinate representation of color #66617E: hue angle of 250.34º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66617E is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 97 | 126 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.51 |
| HSL | 250.34º | 0.13% | 0.44% | - |
| HSV(B) | 250.34º | 0.23% | 0.49% | - |
| XYZ | 13.52 | 12.88 | 21.51 | - |
| YUV | 101.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 126 | 0.19 | 0.23 | 0 | 0.51 | 250.34 | 0.13 | 0.44 |
| Hex | 66 | 61 | 7E | 13 | 17 | 0 | 33 | FA | D | 2C |
| Octal | 146 | 141 | 176 | 23 | 27 | 0 | 63 | 372 | 15 | 54 |
| Binary | 1100110 | 1100001 | 1111110 | 10011 | 10111 | 0 | 110011 | 11111010 | 1101 | 101100 |
Color Harmonies of #66617E
Complementary color
Monochromatic Colors of #66617E
Black with #66617E
Text Example
Text Example
White with #66617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66617E; }
p { color: rgb(102,97,126); }
H1.HeaderClassName
{
color: #66617E;
}
.AnyTagClassName
{
color: #66617E;
}
</style>
background-color css
<style>
a { background-color: #66617E; }
a { background-color: rgb(102,97,126); }
div.DivClassName
{
background-color: #66617E;
}
.BgClassName
{
background-color: #66617E;
}
</style>
border-color css
<style>
span { border-color: #66617E; }
span { border-color: rgb(102,97,126); }
td.TdClassName
{
border-color: #66617E;
}
.TagClassName
{
border-color: #66617E;
}
</style>