Shades of Dolphin #6B687B
Tints of Dolphin #6B687B
RGB
CMYK
RGB Variations
Color information
#6B687B (or 0x6B687B) is known color: Dolphin. HEX triplet: 6B, 68 and 7B. RGB value is (107,104,123). Sum of RGB (Red+Green+Blue) = 107+104+123=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B687B is #949784. Grayscale: #6A6A6A. Windows color (decimal): -9738117 or 8087659. OLE color: 8087659.
HSL color Cylindrical-coordinate representation of color #6B687B: hue angle of 249.47º 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 #6B687B is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 104 | 123 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.52 |
| HSL | 249.47º | 0.08% | 0.45% | - |
| HSV(B) | 249.47º | 0.15% | 0.48% | - |
| XYZ | 14.59 | 14.46 | 20.76 | - |
| YUV | 107.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 123 | 0.13 | 0.15 | 0 | 0.52 | 249.47 | 0.08 | 0.45 |
| Hex | 6B | 68 | 7B | D | F | 0 | 34 | F9 | 8 | 2D |
| Octal | 153 | 150 | 173 | 15 | 17 | 0 | 64 | 371 | 10 | 55 |
| Binary | 1101011 | 1101000 | 1111011 | 1101 | 1111 | 0 | 110100 | 11111001 | 1000 | 101101 |
Color Harmonies of #6B687B
Complementary color
Monochromatic Colors of #6B687B
Black with #6B687B
Text Example
Text Example
White with #6B687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B687B; }
p { color: rgb(107,104,123); }
H1.HeaderClassName
{
color: #6B687B;
}
.AnyTagClassName
{
color: #6B687B;
}
</style>
background-color css
<style>
a { background-color: #6B687B; }
a { background-color: rgb(107,104,123); }
div.DivClassName
{
background-color: #6B687B;
}
.BgClassName
{
background-color: #6B687B;
}
</style>
border-color css
<style>
span { border-color: #6B687B; }
span { border-color: rgb(107,104,123); }
td.TdClassName
{
border-color: #6B687B;
}
.TagClassName
{
border-color: #6B687B;
}
</style>