Shades of Dolphin #6A687A
Tints of Dolphin #6A687A
RGB
CMYK
RGB Variations
Color information
#6A687A (or 0x6A687A) is known color: Dolphin. HEX triplet: 6A, 68 and 7A. RGB value is (106,104,122). Sum of RGB (Red+Green+Blue) = 106+104+122=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A687A is #959785. Grayscale: #6A6A6A. Windows color (decimal): -9803654 or 8022122. OLE color: 8022122.
HSL color Cylindrical-coordinate representation of color #6A687A: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A687A is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 104 | 122 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.52 |
| HSL | 246.67º | 0.08% | 0.44% | - |
| HSV(B) | 246.67º | 0.15% | 0.48% | - |
| XYZ | 14.41 | 14.37 | 20.43 | - |
| YUV | 106.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 122 | 0.13 | 0.15 | 0 | 0.52 | 246.67 | 0.08 | 0.44 |
| Hex | 6A | 68 | 7A | D | F | 0 | 34 | F7 | 8 | 2C |
| Octal | 152 | 150 | 172 | 15 | 17 | 0 | 64 | 367 | 10 | 54 |
| Binary | 1101010 | 1101000 | 1111010 | 1101 | 1111 | 0 | 110100 | 11110111 | 1000 | 101100 |
Color Harmonies of #6A687A
Complementary color
Monochromatic Colors of #6A687A
Black with #6A687A
Text Example
Text Example
White with #6A687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A687A; }
p { color: rgb(106,104,122); }
H1.HeaderClassName
{
color: #6A687A;
}
.AnyTagClassName
{
color: #6A687A;
}
</style>
background-color css
<style>
a { background-color: #6A687A; }
a { background-color: rgb(106,104,122); }
div.DivClassName
{
background-color: #6A687A;
}
.BgClassName
{
background-color: #6A687A;
}
</style>
border-color css
<style>
span { border-color: #6A687A; }
span { border-color: rgb(106,104,122); }
td.TdClassName
{
border-color: #6A687A;
}
.TagClassName
{
border-color: #6A687A;
}
</style>