Shades of Dolphin #66637A
Tints of Dolphin #66637A
RGB
CMYK
RGB Variations
Color information
#66637A (or 0x66637A) is known color: Dolphin. HEX triplet: 66, 63 and 7A. RGB value is (102,99,122). Sum of RGB (Red+Green+Blue) = 102+99+122=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #66637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66637A is #999C85. Grayscale: #666666. Windows color (decimal): -10067078 or 8020838. OLE color: 8020838.
HSL color Cylindrical-coordinate representation of color #66637A: hue angle of 247.83º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66637A is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 99 | 122 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.52 |
| HSL | 247.83º | 0.1% | 0.43% | - |
| HSV(B) | 247.83º | 0.19% | 0.48% | - |
| XYZ | 13.45 | 13.15 | 20.24 | - |
| YUV | 102.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 122 | 0.16 | 0.19 | 0 | 0.52 | 247.83 | 0.1 | 0.43 |
| Hex | 66 | 63 | 7A | 10 | 13 | 0 | 34 | F8 | A | 2B |
| Octal | 146 | 143 | 172 | 20 | 23 | 0 | 64 | 370 | 12 | 53 |
| Binary | 1100110 | 1100011 | 1111010 | 10000 | 10011 | 0 | 110100 | 11111000 | 1010 | 101011 |
Color Harmonies of #66637A
Complementary color
Monochromatic Colors of #66637A
Black with #66637A
Text Example
Text Example
White with #66637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66637A; }
p { color: rgb(102,99,122); }
H1.HeaderClassName
{
color: #66637A;
}
.AnyTagClassName
{
color: #66637A;
}
</style>
background-color css
<style>
a { background-color: #66637A; }
a { background-color: rgb(102,99,122); }
div.DivClassName
{
background-color: #66637A;
}
.BgClassName
{
background-color: #66637A;
}
</style>
border-color css
<style>
span { border-color: #66637A; }
span { border-color: rgb(102,99,122); }
td.TdClassName
{
border-color: #66637A;
}
.TagClassName
{
border-color: #66637A;
}
</style>