Shades of Dolphin #68647A
Tints of Dolphin #68647A
RGB
CMYK
RGB Variations
Color information
#68647A (or 0x68647A) is known color: Dolphin. HEX triplet: 68, 64 and 7A. RGB value is (104,100,122). Sum of RGB (Red+Green+Blue) = 104+100+122=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #68647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68647A is #979B85. Grayscale: #676767. Windows color (decimal): -9935750 or 8021096. OLE color: 8021096.
HSL color Cylindrical-coordinate representation of color #68647A: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68647A is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 100 | 122 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.52 |
| HSL | 250.91º | 0.1% | 0.44% | - |
| HSV(B) | 250.91º | 0.18% | 0.48% | - |
| XYZ | 13.78 | 13.46 | 20.28 | - |
| YUV | 103.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 122 | 0.15 | 0.18 | 0 | 0.52 | 250.91 | 0.1 | 0.44 |
| Hex | 68 | 64 | 7A | F | 12 | 0 | 34 | FB | A | 2C |
| Octal | 150 | 144 | 172 | 17 | 22 | 0 | 64 | 373 | 12 | 54 |
| Binary | 1101000 | 1100100 | 1111010 | 1111 | 10010 | 0 | 110100 | 11111011 | 1010 | 101100 |
Color Harmonies of #68647A
Complementary color
Monochromatic Colors of #68647A
Black with #68647A
Text Example
Text Example
White with #68647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68647A; }
p { color: rgb(104,100,122); }
H1.HeaderClassName
{
color: #68647A;
}
.AnyTagClassName
{
color: #68647A;
}
</style>
background-color css
<style>
a { background-color: #68647A; }
a { background-color: rgb(104,100,122); }
div.DivClassName
{
background-color: #68647A;
}
.BgClassName
{
background-color: #68647A;
}
</style>
border-color css
<style>
span { border-color: #68647A; }
span { border-color: rgb(104,100,122); }
td.TdClassName
{
border-color: #68647A;
}
.TagClassName
{
border-color: #68647A;
}
</style>