Shades of Dolphin #6F6C78
Tints of Dolphin #6F6C78
RGB
CMYK
RGB Variations
Color information
#6F6C78 (or 0x6F6C78) is known color: Dolphin. HEX triplet: 6F, 6C and 78. RGB value is (111,108,120). Sum of RGB (Red+Green+Blue) = 111+108+120=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F6C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C78 is #909387. Grayscale: #6E6E6E. Windows color (decimal): -9474952 or 7892079. OLE color: 7892079.
HSL color Cylindrical-coordinate representation of color #6F6C78: hue angle of 255º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F6C78 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 108 | 120 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.53 |
| HSL | 255º | 0.05% | 0.45% | - |
| HSV(B) | 255º | 0.1% | 0.47% | - |
| XYZ | 15.31 | 15.46 | 19.95 | - |
| YUV | 110.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 120 | 0.08 | 0.10 | 0 | 0.53 | 255 | 0.05 | 0.45 |
| Hex | 6F | 6C | 78 | 8 | A | 0 | 35 | FF | 5 | 2D |
| Octal | 157 | 154 | 170 | 10 | 12 | 0 | 65 | 377 | 5 | 55 |
| Binary | 1101111 | 1101100 | 1111000 | 1000 | 1010 | 0 | 110101 | 11111111 | 101 | 101101 |
Color Harmonies of #6F6C78
Complementary color
Monochromatic Colors of #6F6C78
Black with #6F6C78
Text Example
Text Example
White with #6F6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C78; }
p { color: rgb(111,108,120); }
H1.HeaderClassName
{
color: #6F6C78;
}
.AnyTagClassName
{
color: #6F6C78;
}
</style>
background-color css
<style>
a { background-color: #6F6C78; }
a { background-color: rgb(111,108,120); }
div.DivClassName
{
background-color: #6F6C78;
}
.BgClassName
{
background-color: #6F6C78;
}
</style>
border-color css
<style>
span { border-color: #6F6C78; }
span { border-color: rgb(111,108,120); }
td.TdClassName
{
border-color: #6F6C78;
}
.TagClassName
{
border-color: #6F6C78;
}
</style>