Shades of Dolphin #66627E
Tints of Dolphin #66627E
RGB
CMYK
RGB Variations
Color information
#66627E (or 0x66627E) is known color: Dolphin. HEX triplet: 66, 62 and 7E. RGB value is (102,98,126). Sum of RGB (Red+Green+Blue) = 102+98+126=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #66627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66627E is #999D81. Grayscale: #666666. Windows color (decimal): -10067330 or 8282726. OLE color: 8282726.
HSL color Cylindrical-coordinate representation of color #66627E: hue angle of 248.57º degrees, saturation: 0.12, 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 #66627E is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 98 | 126 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.51 |
| HSL | 248.57º | 0.13% | 0.44% | - |
| HSV(B) | 248.57º | 0.22% | 0.49% | - |
| XYZ | 13.61 | 13.07 | 21.54 | - |
| YUV | 102.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 126 | 0.19 | 0.22 | 0 | 0.51 | 248.57 | 0.13 | 0.44 |
| Hex | 66 | 62 | 7E | 13 | 16 | 0 | 33 | F9 | C | 2C |
| Octal | 146 | 142 | 176 | 23 | 26 | 0 | 63 | 371 | 14 | 54 |
| Binary | 1100110 | 1100010 | 1111110 | 10011 | 10110 | 0 | 110011 | 11111001 | 1100 | 101100 |
Color Harmonies of #66627E
Complementary color
Monochromatic Colors of #66627E
Black with #66627E
Text Example
Text Example
White with #66627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66627E; }
p { color: rgb(102,98,126); }
H1.HeaderClassName
{
color: #66627E;
}
.AnyTagClassName
{
color: #66627E;
}
</style>
background-color css
<style>
a { background-color: #66627E; }
a { background-color: rgb(102,98,126); }
div.DivClassName
{
background-color: #66627E;
}
.BgClassName
{
background-color: #66627E;
}
</style>
border-color css
<style>
span { border-color: #66627E; }
span { border-color: rgb(102,98,126); }
td.TdClassName
{
border-color: #66627E;
}
.TagClassName
{
border-color: #66627E;
}
</style>