Shades of Dolphin #6B6A6F
Tints of Dolphin #6B6A6F
RGB
CMYK
RGB Variations
Color information
#6B6A6F (or 0x6B6A6F) is known color: Dolphin. HEX triplet: 6B, 6A and 6F. RGB value is (107,106,111). Sum of RGB (Red+Green+Blue) = 107+106+111=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B6A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6A6F is #949590. Grayscale: #6A6A6A. Windows color (decimal): -9737617 or 7301739. OLE color: 7301739.
HSL color Cylindrical-coordinate representation of color #6B6A6F: hue angle of 252º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6B6A6F is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 106 | 111 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.56 |
| HSL | 252º | 0.02% | 0.43% | - |
| HSV(B) | 252º | 0.05% | 0.44% | - |
| XYZ | 14.09 | 14.58 | 17.11 | - |
| YUV | 106.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 106 | 111 | 0.04 | 0.05 | 0 | 0.56 | 252 | 0.02 | 0.43 |
| Hex | 6B | 6A | 6F | 4 | 5 | 0 | 38 | FC | 2 | 2B |
| Octal | 153 | 152 | 157 | 4 | 5 | 0 | 70 | 374 | 2 | 53 |
| Binary | 1101011 | 1101010 | 1101111 | 100 | 101 | 0 | 111000 | 11111100 | 10 | 101011 |
Color Harmonies of #6B6A6F
Complementary color
Monochromatic Colors of #6B6A6F
Black with #6B6A6F
Text Example
Text Example
White with #6B6A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6A6F; }
p { color: rgb(107,106,111); }
H1.HeaderClassName
{
color: #6B6A6F;
}
.AnyTagClassName
{
color: #6B6A6F;
}
</style>
background-color css
<style>
a { background-color: #6B6A6F; }
a { background-color: rgb(107,106,111); }
div.DivClassName
{
background-color: #6B6A6F;
}
.BgClassName
{
background-color: #6B6A6F;
}
</style>
border-color css
<style>
span { border-color: #6B6A6F; }
span { border-color: rgb(107,106,111); }
td.TdClassName
{
border-color: #6B6A6F;
}
.TagClassName
{
border-color: #6B6A6F;
}
</style>