Shades of Dolphin #6B687A
Tints of Dolphin #6B687A
RGB
CMYK
RGB Variations
Color information
#6B687A (or 0x6B687A) is known color: Dolphin. HEX triplet: 6B, 68 and 7A. RGB value is (107,104,122). Sum of RGB (Red+Green+Blue) = 107+104+122=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B687A is #949785. Grayscale: #6A6A6A. Windows color (decimal): -9738118 or 8022123. OLE color: 8022123.
HSL color Cylindrical-coordinate representation of color #6B687A: hue angle of 250º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B687A is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 104 | 122 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.52 |
| HSL | 250º | 0.08% | 0.44% | - |
| HSV(B) | 250º | 0.15% | 0.48% | - |
| XYZ | 14.53 | 14.43 | 20.43 | - |
| YUV | 106.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 122 | 0.12 | 0.15 | 0 | 0.52 | 250 | 0.08 | 0.44 |
| Hex | 6B | 68 | 7A | C | F | 0 | 34 | FA | 8 | 2C |
| Octal | 153 | 150 | 172 | 14 | 17 | 0 | 64 | 372 | 10 | 54 |
| Binary | 1101011 | 1101000 | 1111010 | 1100 | 1111 | 0 | 110100 | 11111010 | 1000 | 101100 |
Color Harmonies of #6B687A
Complementary color
Monochromatic Colors of #6B687A
Black with #6B687A
Text Example
Text Example
White with #6B687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B687A; }
p { color: rgb(107,104,122); }
H1.HeaderClassName
{
color: #6B687A;
}
.AnyTagClassName
{
color: #6B687A;
}
</style>
background-color css
<style>
a { background-color: #6B687A; }
a { background-color: rgb(107,104,122); }
div.DivClassName
{
background-color: #6B687A;
}
.BgClassName
{
background-color: #6B687A;
}
</style>
border-color css
<style>
span { border-color: #6B687A; }
span { border-color: rgb(107,104,122); }
td.TdClassName
{
border-color: #6B687A;
}
.TagClassName
{
border-color: #6B687A;
}
</style>