Shades of Dolphin #666078
Tints of Dolphin #666078
RGB
CMYK
RGB Variations
Color information
#666078 (or 0x666078) is known color: Dolphin. HEX triplet: 66, 60 and 78. RGB value is (102,96,120). Sum of RGB (Red+Green+Blue) = 102+96+120=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #666078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666078 is #999F87. Grayscale: #646464. Windows color (decimal): -10067848 or 7888998. OLE color: 7888998.
HSL color Cylindrical-coordinate representation of color #666078: hue angle of 255º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666078 is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 96 | 120 | - |
| CMYK | 0.15 | 0.2 | 0 | 0.53 |
| HSL | 255º | 0.11% | 0.42% | - |
| HSV(B) | 255º | 0.2% | 0.47% | - |
| XYZ | 13.05 | 12.55 | 19.5 | - |
| YUV | 100.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 120 | 0.15 | 0.2 | 0 | 0.53 | 255 | 0.11 | 0.42 |
| Hex | 66 | 60 | 78 | F | 14 | 0 | 35 | FF | B | 2A |
| Octal | 146 | 140 | 170 | 17 | 24 | 0 | 65 | 377 | 13 | 52 |
| Binary | 1100110 | 1100000 | 1111000 | 1111 | 10100 | 0 | 110101 | 11111111 | 1011 | 101010 |
Color Harmonies of #666078
Complementary color
Monochromatic Colors of #666078
Black with #666078
Text Example
Text Example
White with #666078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666078; }
p { color: rgb(102,96,120); }
H1.HeaderClassName
{
color: #666078;
}
.AnyTagClassName
{
color: #666078;
}
</style>
background-color css
<style>
a { background-color: #666078; }
a { background-color: rgb(102,96,120); }
div.DivClassName
{
background-color: #666078;
}
.BgClassName
{
background-color: #666078;
}
</style>
border-color css
<style>
span { border-color: #666078; }
span { border-color: rgb(102,96,120); }
td.TdClassName
{
border-color: #666078;
}
.TagClassName
{
border-color: #666078;
}
</style>