Shades of Dolphin #68657B
Tints of Dolphin #68657B
RGB
CMYK
RGB Variations
Color information
#68657B (or 0x68657B) is known color: Dolphin. HEX triplet: 68, 65 and 7B. RGB value is (104,101,123). Sum of RGB (Red+Green+Blue) = 104+101+123=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #68657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68657B is #979A84. Grayscale: #686868. Windows color (decimal): -9935493 or 8086888. OLE color: 8086888.
HSL color Cylindrical-coordinate representation of color #68657B: hue angle of 248.18º 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 #68657B is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 101 | 123 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.52 |
| HSL | 248.18º | 0.1% | 0.44% | - |
| HSV(B) | 248.18º | 0.18% | 0.48% | - |
| XYZ | 13.94 | 13.68 | 20.64 | - |
| YUV | 104.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 123 | 0.15 | 0.18 | 0 | 0.52 | 248.18 | 0.1 | 0.44 |
| Hex | 68 | 65 | 7B | F | 12 | 0 | 34 | F8 | A | 2C |
| Octal | 150 | 145 | 173 | 17 | 22 | 0 | 64 | 370 | 12 | 54 |
| Binary | 1101000 | 1100101 | 1111011 | 1111 | 10010 | 0 | 110100 | 11111000 | 1010 | 101100 |
Color Harmonies of #68657B
Complementary color
Monochromatic Colors of #68657B
Black with #68657B
Text Example
Text Example
White with #68657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68657B; }
p { color: rgb(104,101,123); }
H1.HeaderClassName
{
color: #68657B;
}
.AnyTagClassName
{
color: #68657B;
}
</style>
background-color css
<style>
a { background-color: #68657B; }
a { background-color: rgb(104,101,123); }
div.DivClassName
{
background-color: #68657B;
}
.BgClassName
{
background-color: #68657B;
}
</style>
border-color css
<style>
span { border-color: #68657B; }
span { border-color: rgb(104,101,123); }
td.TdClassName
{
border-color: #68657B;
}
.TagClassName
{
border-color: #68657B;
}
</style>