Shades of Dolphin #66627C
Tints of Dolphin #66627C
RGB
CMYK
RGB Variations
Color information
#66627C (or 0x66627C) is known color: Dolphin. HEX triplet: 66, 62 and 7C. RGB value is (102,98,124). Sum of RGB (Red+Green+Blue) = 102+98+124=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #66627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66627C is #999D83. Grayscale: #666666. Windows color (decimal): -10067332 or 8151654. OLE color: 8151654.
HSL color Cylindrical-coordinate representation of color #66627C: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66627C is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 98 | 124 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.51 |
| HSL | 249.23º | 0.12% | 0.44% | - |
| HSV(B) | 249.23º | 0.21% | 0.49% | - |
| XYZ | 13.49 | 13.02 | 20.87 | - |
| YUV | 102.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 124 | 0.18 | 0.21 | 0 | 0.51 | 249.23 | 0.12 | 0.44 |
| Hex | 66 | 62 | 7C | 12 | 15 | 0 | 33 | F9 | C | 2C |
| Octal | 146 | 142 | 174 | 22 | 25 | 0 | 63 | 371 | 14 | 54 |
| Binary | 1100110 | 1100010 | 1111100 | 10010 | 10101 | 0 | 110011 | 11111001 | 1100 | 101100 |
Color Harmonies of #66627C
Complementary color
Monochromatic Colors of #66627C
Black with #66627C
Text Example
Text Example
White with #66627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66627C; }
p { color: rgb(102,98,124); }
H1.HeaderClassName
{
color: #66627C;
}
.AnyTagClassName
{
color: #66627C;
}
</style>
background-color css
<style>
a { background-color: #66627C; }
a { background-color: rgb(102,98,124); }
div.DivClassName
{
background-color: #66627C;
}
.BgClassName
{
background-color: #66627C;
}
</style>
border-color css
<style>
span { border-color: #66627C; }
span { border-color: rgb(102,98,124); }
td.TdClassName
{
border-color: #66627C;
}
.TagClassName
{
border-color: #66627C;
}
</style>