Shades of Dolphin #6A687C
Tints of Dolphin #6A687C
RGB
CMYK
RGB Variations
Color information
#6A687C (or 0x6A687C) is known color: Dolphin. HEX triplet: 6A, 68 and 7C. RGB value is (106,104,124). Sum of RGB (Red+Green+Blue) = 106+104+124=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A687C is #959783. Grayscale: #6A6A6A. Windows color (decimal): -9803652 or 8153194. OLE color: 8153194.
HSL color Cylindrical-coordinate representation of color #6A687C: hue angle of 246º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A687C is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 104 | 124 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.51 |
| HSL | 246º | 0.09% | 0.45% | - |
| HSV(B) | 246º | 0.16% | 0.49% | - |
| XYZ | 14.53 | 14.42 | 21.09 | - |
| YUV | 106.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 124 | 0.15 | 0.16 | 0 | 0.51 | 246 | 0.09 | 0.45 |
| Hex | 6A | 68 | 7C | F | 10 | 0 | 33 | F6 | 9 | 2D |
| Octal | 152 | 150 | 174 | 17 | 20 | 0 | 63 | 366 | 11 | 55 |
| Binary | 1101010 | 1101000 | 1111100 | 1111 | 10000 | 0 | 110011 | 11110110 | 1001 | 101101 |
Color Harmonies of #6A687C
Complementary color
Monochromatic Colors of #6A687C
Black with #6A687C
Text Example
Text Example
White with #6A687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A687C; }
p { color: rgb(106,104,124); }
H1.HeaderClassName
{
color: #6A687C;
}
.AnyTagClassName
{
color: #6A687C;
}
</style>
background-color css
<style>
a { background-color: #6A687C; }
a { background-color: rgb(106,104,124); }
div.DivClassName
{
background-color: #6A687C;
}
.BgClassName
{
background-color: #6A687C;
}
</style>
border-color css
<style>
span { border-color: #6A687C; }
span { border-color: rgb(106,104,124); }
td.TdClassName
{
border-color: #6A687C;
}
.TagClassName
{
border-color: #6A687C;
}
</style>