Shades of Dolphin #6A687B
Tints of Dolphin #6A687B
RGB
CMYK
RGB Variations
Color information
#6A687B (or 0x6A687B) is known color: Dolphin. HEX triplet: 6A, 68 and 7B. RGB value is (106,104,123). Sum of RGB (Red+Green+Blue) = 106+104+123=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A687B is #959784. Grayscale: #6A6A6A. Windows color (decimal): -9803653 or 8087658. OLE color: 8087658.
HSL color Cylindrical-coordinate representation of color #6A687B: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A687B is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 104 | 123 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.52 |
| HSL | 246.32º | 0.08% | 0.45% | - |
| HSV(B) | 246.32º | 0.15% | 0.48% | - |
| XYZ | 14.47 | 14.39 | 20.75 | - |
| YUV | 106.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 123 | 0.14 | 0.15 | 0 | 0.52 | 246.32 | 0.08 | 0.45 |
| Hex | 6A | 68 | 7B | E | F | 0 | 34 | F6 | 8 | 2D |
| Octal | 152 | 150 | 173 | 16 | 17 | 0 | 64 | 366 | 10 | 55 |
| Binary | 1101010 | 1101000 | 1111011 | 1110 | 1111 | 0 | 110100 | 11110110 | 1000 | 101101 |
Color Harmonies of #6A687B
Complementary color
Monochromatic Colors of #6A687B
Black with #6A687B
Text Example
Text Example
White with #6A687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A687B; }
p { color: rgb(106,104,123); }
H1.HeaderClassName
{
color: #6A687B;
}
.AnyTagClassName
{
color: #6A687B;
}
</style>
background-color css
<style>
a { background-color: #6A687B; }
a { background-color: rgb(106,104,123); }
div.DivClassName
{
background-color: #6A687B;
}
.BgClassName
{
background-color: #6A687B;
}
</style>
border-color css
<style>
span { border-color: #6A687B; }
span { border-color: rgb(106,104,123); }
td.TdClassName
{
border-color: #6A687B;
}
.TagClassName
{
border-color: #6A687B;
}
</style>