Shades of Dolphin #676278
Tints of Dolphin #676278
RGB
CMYK
RGB Variations
Color information
#676278 (or 0x676278) is known color: Dolphin. HEX triplet: 67, 62 and 78. RGB value is (103,98,120). Sum of RGB (Red+Green+Blue) = 103+98+120=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #676278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676278 is #989D87. Grayscale: #656565. Windows color (decimal): -10001800 or 7889511. OLE color: 7889511.
HSL color Cylindrical-coordinate representation of color #676278: hue angle of 253.64º 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 #676278 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 98 | 120 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.53 |
| HSL | 253.64º | 0.1% | 0.43% | - |
| HSV(B) | 253.64º | 0.18% | 0.47% | - |
| XYZ | 13.35 | 12.98 | 19.57 | - |
| YUV | 102 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 120 | 0.14 | 0.18 | 0 | 0.53 | 253.64 | 0.1 | 0.43 |
| Hex | 67 | 62 | 78 | E | 12 | 0 | 35 | FE | A | 2B |
| Octal | 147 | 142 | 170 | 16 | 22 | 0 | 65 | 376 | 12 | 53 |
| Binary | 1100111 | 1100010 | 1111000 | 1110 | 10010 | 0 | 110101 | 11111110 | 1010 | 101011 |
Color Harmonies of #676278
Complementary color
Monochromatic Colors of #676278
Black with #676278
Text Example
Text Example
White with #676278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676278; }
p { color: rgb(103,98,120); }
H1.HeaderClassName
{
color: #676278;
}
.AnyTagClassName
{
color: #676278;
}
</style>
background-color css
<style>
a { background-color: #676278; }
a { background-color: rgb(103,98,120); }
div.DivClassName
{
background-color: #676278;
}
.BgClassName
{
background-color: #676278;
}
</style>
border-color css
<style>
span { border-color: #676278; }
span { border-color: rgb(103,98,120); }
td.TdClassName
{
border-color: #676278;
}
.TagClassName
{
border-color: #676278;
}
</style>