Shades of Dolphin #68667A
Tints of Dolphin #68667A
RGB
CMYK
RGB Variations
Color information
#68667A (or 0x68667A) is known color: Dolphin. HEX triplet: 68, 66 and 7A. RGB value is (104,102,122). Sum of RGB (Red+Green+Blue) = 104+102+122=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #68667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68667A is #979985. Grayscale: #686868. Windows color (decimal): -9935238 or 8021608. OLE color: 8021608.
HSL color Cylindrical-coordinate representation of color #68667A: hue angle of 246º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68667A is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 102 | 122 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.52 |
| HSL | 246º | 0.09% | 0.44% | - |
| HSV(B) | 246º | 0.16% | 0.48% | - |
| XYZ | 13.97 | 13.85 | 20.35 | - |
| YUV | 104.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 122 | 0.15 | 0.16 | 0 | 0.52 | 246 | 0.09 | 0.44 |
| Hex | 68 | 66 | 7A | F | 10 | 0 | 34 | F6 | 9 | 2C |
| Octal | 150 | 146 | 172 | 17 | 20 | 0 | 64 | 366 | 11 | 54 |
| Binary | 1101000 | 1100110 | 1111010 | 1111 | 10000 | 0 | 110100 | 11110110 | 1001 | 101100 |
Color Harmonies of #68667A
Complementary color
Monochromatic Colors of #68667A
Black with #68667A
Text Example
Text Example
White with #68667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68667A; }
p { color: rgb(104,102,122); }
H1.HeaderClassName
{
color: #68667A;
}
.AnyTagClassName
{
color: #68667A;
}
</style>
background-color css
<style>
a { background-color: #68667A; }
a { background-color: rgb(104,102,122); }
div.DivClassName
{
background-color: #68667A;
}
.BgClassName
{
background-color: #68667A;
}
</style>
border-color css
<style>
span { border-color: #68667A; }
span { border-color: rgb(104,102,122); }
td.TdClassName
{
border-color: #68667A;
}
.TagClassName
{
border-color: #68667A;
}
</style>