Shades of Dolphin #68627D
Tints of Dolphin #68627D
RGB
CMYK
RGB Variations
Color information
#68627D (or 0x68627D) is known color: Dolphin. HEX triplet: 68, 62 and 7D. RGB value is (104,98,125). Sum of RGB (Red+Green+Blue) = 104+98+125=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #68627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68627D is #979D82. Grayscale: #666666. Windows color (decimal): -9936259 or 8217192. OLE color: 8217192.
HSL color Cylindrical-coordinate representation of color #68627D: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68627D is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 98 | 125 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.51 |
| HSL | 253.33º | 0.12% | 0.44% | - |
| HSV(B) | 253.33º | 0.22% | 0.49% | - |
| XYZ | 13.78 | 13.16 | 21.22 | - |
| YUV | 102.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 125 | 0.17 | 0.22 | 0 | 0.51 | 253.33 | 0.12 | 0.44 |
| Hex | 68 | 62 | 7D | 11 | 16 | 0 | 33 | FD | C | 2C |
| Octal | 150 | 142 | 175 | 21 | 26 | 0 | 63 | 375 | 14 | 54 |
| Binary | 1101000 | 1100010 | 1111101 | 10001 | 10110 | 0 | 110011 | 11111101 | 1100 | 101100 |
Color Harmonies of #68627D
Complementary color
Monochromatic Colors of #68627D
Black with #68627D
Text Example
Text Example
White with #68627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68627D; }
p { color: rgb(104,98,125); }
H1.HeaderClassName
{
color: #68627D;
}
.AnyTagClassName
{
color: #68627D;
}
</style>
background-color css
<style>
a { background-color: #68627D; }
a { background-color: rgb(104,98,125); }
div.DivClassName
{
background-color: #68627D;
}
.BgClassName
{
background-color: #68627D;
}
</style>
border-color css
<style>
span { border-color: #68627D; }
span { border-color: rgb(104,98,125); }
td.TdClassName
{
border-color: #68627D;
}
.TagClassName
{
border-color: #68627D;
}
</style>