Shades of Dolphin #6B696F
Tints of Dolphin #6B696F
RGB
CMYK
RGB Variations
Color information
#6B696F (or 0x6B696F) is known color: Dolphin. HEX triplet: 6B, 69 and 6F. RGB value is (107,105,111). Sum of RGB (Red+Green+Blue) = 107+105+111=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B696F is #949690. Grayscale: #6A6A6A. Windows color (decimal): -9737873 or 7301483. OLE color: 7301483.
HSL color Cylindrical-coordinate representation of color #6B696F: hue angle of 260º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6B696F is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 105 | 111 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.56 |
| HSL | 260º | 0.03% | 0.42% | - |
| HSV(B) | 260º | 0.05% | 0.44% | - |
| XYZ | 13.98 | 14.38 | 17.08 | - |
| YUV | 106.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 111 | 0.04 | 0.05 | 0 | 0.56 | 260 | 0.03 | 0.42 |
| Hex | 6B | 69 | 6F | 4 | 5 | 0 | 38 | 104 | 3 | 2A |
| Octal | 153 | 151 | 157 | 4 | 5 | 0 | 70 | 404 | 3 | 52 |
| Binary | 1101011 | 1101001 | 1101111 | 100 | 101 | 0 | 111000 | 100000100 | 11 | 101010 |
Color Harmonies of #6B696F
Complementary color
Monochromatic Colors of #6B696F
Black with #6B696F
Text Example
Text Example
White with #6B696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B696F; }
p { color: rgb(107,105,111); }
H1.HeaderClassName
{
color: #6B696F;
}
.AnyTagClassName
{
color: #6B696F;
}
</style>
background-color css
<style>
a { background-color: #6B696F; }
a { background-color: rgb(107,105,111); }
div.DivClassName
{
background-color: #6B696F;
}
.BgClassName
{
background-color: #6B696F;
}
</style>
border-color css
<style>
span { border-color: #6B696F; }
span { border-color: rgb(107,105,111); }
td.TdClassName
{
border-color: #6B696F;
}
.TagClassName
{
border-color: #6B696F;
}
</style>