Shades of Dolphin #6B6A73
Tints of Dolphin #6B6A73
RGB
CMYK
RGB Variations
Color information
#6B6A73 (or 0x6B6A73) is known color: Dolphin. HEX triplet: 6B, 6A and 73. RGB value is (107,106,115). Sum of RGB (Red+Green+Blue) = 107+106+115=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6A73 is #94958C. Grayscale: #6B6B6B. Windows color (decimal): -9737613 or 7563883. OLE color: 7563883.
HSL color Cylindrical-coordinate representation of color #6B6A73: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6B6A73 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 106 | 115 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.55 |
| HSL | 246.67º | 0.04% | 0.43% | - |
| HSV(B) | 246.67º | 0.08% | 0.45% | - |
| XYZ | 14.31 | 14.67 | 18.3 | - |
| YUV | 107.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 106 | 115 | 0.07 | 0.08 | 0 | 0.55 | 246.67 | 0.04 | 0.43 |
| Hex | 6B | 6A | 73 | 7 | 8 | 0 | 37 | F7 | 4 | 2B |
| Octal | 153 | 152 | 163 | 7 | 10 | 0 | 67 | 367 | 4 | 53 |
| Binary | 1101011 | 1101010 | 1110011 | 111 | 1000 | 0 | 110111 | 11110111 | 100 | 101011 |
Color Harmonies of #6B6A73
Complementary color
Monochromatic Colors of #6B6A73
Black with #6B6A73
Text Example
Text Example
White with #6B6A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6A73; }
p { color: rgb(107,106,115); }
H1.HeaderClassName
{
color: #6B6A73;
}
.AnyTagClassName
{
color: #6B6A73;
}
</style>
background-color css
<style>
a { background-color: #6B6A73; }
a { background-color: rgb(107,106,115); }
div.DivClassName
{
background-color: #6B6A73;
}
.BgClassName
{
background-color: #6B6A73;
}
</style>
border-color css
<style>
span { border-color: #6B6A73; }
span { border-color: rgb(107,106,115); }
td.TdClassName
{
border-color: #6B6A73;
}
.TagClassName
{
border-color: #6B6A73;
}
</style>