Shades of Dolphin #666278
Tints of Dolphin #666278
RGB
CMYK
RGB Variations
Color information
#666278 (or 0x666278) is known color: Dolphin. HEX triplet: 66, 62 and 78. RGB value is (102,98,120). Sum of RGB (Red+Green+Blue) = 102+98+120=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #666278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666278 is #999D87. Grayscale: #656565. Windows color (decimal): -10067336 or 7889510. OLE color: 7889510.
HSL color Cylindrical-coordinate representation of color #666278: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #666278 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 98 | 120 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.53 |
| HSL | 250.91º | 0.1% | 0.43% | - |
| HSV(B) | 250.91º | 0.18% | 0.47% | - |
| XYZ | 13.24 | 12.92 | 19.56 | - |
| YUV | 101.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 120 | 0.15 | 0.18 | 0 | 0.53 | 250.91 | 0.1 | 0.43 |
| Hex | 66 | 62 | 78 | F | 12 | 0 | 35 | FB | A | 2B |
| Octal | 146 | 142 | 170 | 17 | 22 | 0 | 65 | 373 | 12 | 53 |
| Binary | 1100110 | 1100010 | 1111000 | 1111 | 10010 | 0 | 110101 | 11111011 | 1010 | 101011 |
Color Harmonies of #666278
Complementary color
Monochromatic Colors of #666278
Black with #666278
Text Example
Text Example
White with #666278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666278; }
p { color: rgb(102,98,120); }
H1.HeaderClassName
{
color: #666278;
}
.AnyTagClassName
{
color: #666278;
}
</style>
background-color css
<style>
a { background-color: #666278; }
a { background-color: rgb(102,98,120); }
div.DivClassName
{
background-color: #666278;
}
.BgClassName
{
background-color: #666278;
}
</style>
border-color css
<style>
span { border-color: #666278; }
span { border-color: rgb(102,98,120); }
td.TdClassName
{
border-color: #666278;
}
.TagClassName
{
border-color: #666278;
}
</style>