Shades of Dolphin #66637D
Tints of Dolphin #66637D
RGB
CMYK
RGB Variations
Color information
#66637D (or 0x66637D) is known color: Dolphin. HEX triplet: 66, 63 and 7D. RGB value is (102,99,125). Sum of RGB (Red+Green+Blue) = 102+99+125=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #66637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66637D is #999C82. Grayscale: #666666. Windows color (decimal): -10067075 or 8217446. OLE color: 8217446.
HSL color Cylindrical-coordinate representation of color #66637D: hue angle of 246.92º 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 #66637D is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 99 | 125 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.51 |
| HSL | 246.92º | 0.12% | 0.44% | - |
| HSV(B) | 246.92º | 0.21% | 0.49% | - |
| XYZ | 13.64 | 13.23 | 21.24 | - |
| YUV | 102.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 125 | 0.18 | 0.21 | 0 | 0.51 | 246.92 | 0.12 | 0.44 |
| Hex | 66 | 63 | 7D | 12 | 15 | 0 | 33 | F7 | C | 2C |
| Octal | 146 | 143 | 175 | 22 | 25 | 0 | 63 | 367 | 14 | 54 |
| Binary | 1100110 | 1100011 | 1111101 | 10010 | 10101 | 0 | 110011 | 11110111 | 1100 | 101100 |
Color Harmonies of #66637D
Complementary color
Monochromatic Colors of #66637D
Black with #66637D
Text Example
Text Example
White with #66637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66637D; }
p { color: rgb(102,99,125); }
H1.HeaderClassName
{
color: #66637D;
}
.AnyTagClassName
{
color: #66637D;
}
</style>
background-color css
<style>
a { background-color: #66637D; }
a { background-color: rgb(102,99,125); }
div.DivClassName
{
background-color: #66637D;
}
.BgClassName
{
background-color: #66637D;
}
</style>
border-color css
<style>
span { border-color: #66637D; }
span { border-color: rgb(102,99,125); }
td.TdClassName
{
border-color: #66637D;
}
.TagClassName
{
border-color: #66637D;
}
</style>