Shades of Dolphin #68647B
Tints of Dolphin #68647B
RGB
CMYK
RGB Variations
Color information
#68647B (or 0x68647B) is known color: Dolphin. HEX triplet: 68, 64 and 7B. RGB value is (104,100,123). Sum of RGB (Red+Green+Blue) = 104+100+123=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #68647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68647B is #979B84. Grayscale: #676767. Windows color (decimal): -9935749 or 8086632. OLE color: 8086632.
HSL color Cylindrical-coordinate representation of color #68647B: hue angle of 250.43º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68647B is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 100 | 123 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.52 |
| HSL | 250.43º | 0.1% | 0.44% | - |
| HSV(B) | 250.43º | 0.19% | 0.48% | - |
| XYZ | 13.84 | 13.49 | 20.61 | - |
| YUV | 103.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 123 | 0.15 | 0.19 | 0 | 0.52 | 250.43 | 0.1 | 0.44 |
| Hex | 68 | 64 | 7B | F | 13 | 0 | 34 | FA | A | 2C |
| Octal | 150 | 144 | 173 | 17 | 23 | 0 | 64 | 372 | 12 | 54 |
| Binary | 1101000 | 1100100 | 1111011 | 1111 | 10011 | 0 | 110100 | 11111010 | 1010 | 101100 |
Color Harmonies of #68647B
Complementary color
Monochromatic Colors of #68647B
Black with #68647B
Text Example
Text Example
White with #68647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68647B; }
p { color: rgb(104,100,123); }
H1.HeaderClassName
{
color: #68647B;
}
.AnyTagClassName
{
color: #68647B;
}
</style>
background-color css
<style>
a { background-color: #68647B; }
a { background-color: rgb(104,100,123); }
div.DivClassName
{
background-color: #68647B;
}
.BgClassName
{
background-color: #68647B;
}
</style>
border-color css
<style>
span { border-color: #68647B; }
span { border-color: rgb(104,100,123); }
td.TdClassName
{
border-color: #68647B;
}
.TagClassName
{
border-color: #68647B;
}
</style>