Shades of Dolphin #6A677A
Tints of Dolphin #6A677A
RGB
CMYK
RGB Variations
Color information
#6A677A (or 0x6A677A) is known color: Dolphin. HEX triplet: 6A, 67 and 7A. RGB value is (106,103,122). Sum of RGB (Red+Green+Blue) = 106+103+122=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A677A is #959885. Grayscale: #696969. Windows color (decimal): -9803910 or 8021866. OLE color: 8021866.
HSL color Cylindrical-coordinate representation of color #6A677A: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A677A is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 103 | 122 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.52 |
| HSL | 249.47º | 0.08% | 0.44% | - |
| HSV(B) | 249.47º | 0.16% | 0.48% | - |
| XYZ | 14.31 | 14.17 | 20.39 | - |
| YUV | 106.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 103 | 122 | 0.13 | 0.16 | 0 | 0.52 | 249.47 | 0.08 | 0.44 |
| Hex | 6A | 67 | 7A | D | 10 | 0 | 34 | F9 | 8 | 2C |
| Octal | 152 | 147 | 172 | 15 | 20 | 0 | 64 | 371 | 10 | 54 |
| Binary | 1101010 | 1100111 | 1111010 | 1101 | 10000 | 0 | 110100 | 11111001 | 1000 | 101100 |
Color Harmonies of #6A677A
Complementary color
Monochromatic Colors of #6A677A
Black with #6A677A
Text Example
Text Example
White with #6A677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A677A; }
p { color: rgb(106,103,122); }
H1.HeaderClassName
{
color: #6A677A;
}
.AnyTagClassName
{
color: #6A677A;
}
</style>
background-color css
<style>
a { background-color: #6A677A; }
a { background-color: rgb(106,103,122); }
div.DivClassName
{
background-color: #6A677A;
}
.BgClassName
{
background-color: #6A677A;
}
</style>
border-color css
<style>
span { border-color: #6A677A; }
span { border-color: rgb(106,103,122); }
td.TdClassName
{
border-color: #6A677A;
}
.TagClassName
{
border-color: #6A677A;
}
</style>