Shades of Dolphin #6F697B
Tints of Dolphin #6F697B
RGB
CMYK
RGB Variations
Color information
#6F697B (or 0x6F697B) is known color: Dolphin. HEX triplet: 6F, 69 and 7B. RGB value is (111,105,123). Sum of RGB (Red+Green+Blue) = 111+105+123=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F697B is #909684. Grayscale: #6C6C6C. Windows color (decimal): -9475717 or 8087919. OLE color: 8087919.
HSL color Cylindrical-coordinate representation of color #6F697B: hue angle of 260º 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 #6F697B is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 105 | 123 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.52 |
| HSL | 260º | 0.08% | 0.45% | - |
| HSV(B) | 260º | 0.15% | 0.48% | - |
| XYZ | 15.18 | 14.91 | 20.82 | - |
| YUV | 108.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 123 | 0.10 | 0.15 | 0 | 0.52 | 260 | 0.08 | 0.45 |
| Hex | 6F | 69 | 7B | A | F | 0 | 34 | 104 | 8 | 2D |
| Octal | 157 | 151 | 173 | 12 | 17 | 0 | 64 | 404 | 10 | 55 |
| Binary | 1101111 | 1101001 | 1111011 | 1010 | 1111 | 0 | 110100 | 100000100 | 1000 | 101101 |
Color Harmonies of #6F697B
Complementary color
Monochromatic Colors of #6F697B
Black with #6F697B
Text Example
Text Example
White with #6F697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F697B; }
p { color: rgb(111,105,123); }
H1.HeaderClassName
{
color: #6F697B;
}
.AnyTagClassName
{
color: #6F697B;
}
</style>
background-color css
<style>
a { background-color: #6F697B; }
a { background-color: rgb(111,105,123); }
div.DivClassName
{
background-color: #6F697B;
}
.BgClassName
{
background-color: #6F697B;
}
</style>
border-color css
<style>
span { border-color: #6F697B; }
span { border-color: rgb(111,105,123); }
td.TdClassName
{
border-color: #6F697B;
}
.TagClassName
{
border-color: #6F697B;
}
</style>