Shades of Dolphin #66607B
Tints of Dolphin #66607B
RGB
CMYK
RGB Variations
Color information
#66607B (or 0x66607B) is known color: Dolphin. HEX triplet: 66, 60 and 7B. RGB value is (102,96,123). Sum of RGB (Red+Green+Blue) = 102+96+123=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #66607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66607B is #999F84. Grayscale: #646464. Windows color (decimal): -10067845 or 8085606. OLE color: 8085606.
HSL color Cylindrical-coordinate representation of color #66607B: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66607B is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 96 | 123 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.52 |
| HSL | 253.33º | 0.12% | 0.43% | - |
| HSV(B) | 253.33º | 0.22% | 0.48% | - |
| XYZ | 13.24 | 12.62 | 20.48 | - |
| YUV | 100.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 123 | 0.17 | 0.22 | 0 | 0.52 | 253.33 | 0.12 | 0.43 |
| Hex | 66 | 60 | 7B | 11 | 16 | 0 | 34 | FD | C | 2B |
| Octal | 146 | 140 | 173 | 21 | 26 | 0 | 64 | 375 | 14 | 53 |
| Binary | 1100110 | 1100000 | 1111011 | 10001 | 10110 | 0 | 110100 | 11111101 | 1100 | 101011 |
Color Harmonies of #66607B
Complementary color
Monochromatic Colors of #66607B
Black with #66607B
Text Example
Text Example
White with #66607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66607B; }
p { color: rgb(102,96,123); }
H1.HeaderClassName
{
color: #66607B;
}
.AnyTagClassName
{
color: #66607B;
}
</style>
background-color css
<style>
a { background-color: #66607B; }
a { background-color: rgb(102,96,123); }
div.DivClassName
{
background-color: #66607B;
}
.BgClassName
{
background-color: #66607B;
}
</style>
border-color css
<style>
span { border-color: #66607B; }
span { border-color: rgb(102,96,123); }
td.TdClassName
{
border-color: #66607B;
}
.TagClassName
{
border-color: #66607B;
}
</style>