Shades of Dolphin #6F687B
Tints of Dolphin #6F687B
RGB
CMYK
RGB Variations
Color information
#6F687B (or 0x6F687B) is known color: Dolphin. HEX triplet: 6F, 68 and 7B. RGB value is (111,104,123). Sum of RGB (Red+Green+Blue) = 111+104+123=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F687B is #909784. Grayscale: #6C6C6C. Windows color (decimal): -9475973 or 8087663. OLE color: 8087663.
HSL color Cylindrical-coordinate representation of color #6F687B: hue angle of 262.11º 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 #6F687B is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 104 | 123 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.52 |
| HSL | 262.11º | 0.08% | 0.45% | - |
| HSV(B) | 262.11º | 0.15% | 0.48% | - |
| XYZ | 15.08 | 14.71 | 20.78 | - |
| YUV | 108.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 123 | 0.10 | 0.15 | 0 | 0.52 | 262.11 | 0.08 | 0.45 |
| Hex | 6F | 68 | 7B | A | F | 0 | 34 | 106 | 8 | 2D |
| Octal | 157 | 150 | 173 | 12 | 17 | 0 | 64 | 406 | 10 | 55 |
| Binary | 1101111 | 1101000 | 1111011 | 1010 | 1111 | 0 | 110100 | 100000110 | 1000 | 101101 |
Color Harmonies of #6F687B
Complementary color
Monochromatic Colors of #6F687B
Black with #6F687B
Text Example
Text Example
White with #6F687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F687B; }
p { color: rgb(111,104,123); }
H1.HeaderClassName
{
color: #6F687B;
}
.AnyTagClassName
{
color: #6F687B;
}
</style>
background-color css
<style>
a { background-color: #6F687B; }
a { background-color: rgb(111,104,123); }
div.DivClassName
{
background-color: #6F687B;
}
.BgClassName
{
background-color: #6F687B;
}
</style>
border-color css
<style>
span { border-color: #6F687B; }
span { border-color: rgb(111,104,123); }
td.TdClassName
{
border-color: #6F687B;
}
.TagClassName
{
border-color: #6F687B;
}
</style>