Shades of Dolphin #66617B
Tints of Dolphin #66617B
RGB
CMYK
RGB Variations
Color information
#66617B (or 0x66617B) is known color: Dolphin. HEX triplet: 66, 61 and 7B. RGB value is (102,97,123). Sum of RGB (Red+Green+Blue) = 102+97+123=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #66617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66617B is #999E84. Grayscale: #656565. Windows color (decimal): -10067589 or 8085862. OLE color: 8085862.
HSL color Cylindrical-coordinate representation of color #66617B: hue angle of 251.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66617B is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 97 | 123 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.52 |
| HSL | 251.54º | 0.12% | 0.43% | - |
| HSV(B) | 251.54º | 0.21% | 0.48% | - |
| XYZ | 13.33 | 12.8 | 20.51 | - |
| YUV | 101.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 123 | 0.17 | 0.21 | 0 | 0.52 | 251.54 | 0.12 | 0.43 |
| Hex | 66 | 61 | 7B | 11 | 15 | 0 | 34 | FC | C | 2B |
| Octal | 146 | 141 | 173 | 21 | 25 | 0 | 64 | 374 | 14 | 53 |
| Binary | 1100110 | 1100001 | 1111011 | 10001 | 10101 | 0 | 110100 | 11111100 | 1100 | 101011 |
Color Harmonies of #66617B
Complementary color
Monochromatic Colors of #66617B
Black with #66617B
Text Example
Text Example
White with #66617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66617B; }
p { color: rgb(102,97,123); }
H1.HeaderClassName
{
color: #66617B;
}
.AnyTagClassName
{
color: #66617B;
}
</style>
background-color css
<style>
a { background-color: #66617B; }
a { background-color: rgb(102,97,123); }
div.DivClassName
{
background-color: #66617B;
}
.BgClassName
{
background-color: #66617B;
}
</style>
border-color css
<style>
span { border-color: #66617B; }
span { border-color: rgb(102,97,123); }
td.TdClassName
{
border-color: #66617B;
}
.TagClassName
{
border-color: #66617B;
}
</style>