Shades of Dolphin #6B687E
Tints of Dolphin #6B687E
RGB
CMYK
RGB Variations
Color information
#6B687E (or 0x6B687E) is known color: Dolphin. HEX triplet: 6B, 68 and 7E. RGB value is (107,104,126). Sum of RGB (Red+Green+Blue) = 107+104+126=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B687E is #949781. Grayscale: #6B6B6B. Windows color (decimal): -9738114 or 8284267. OLE color: 8284267.
HSL color Cylindrical-coordinate representation of color #6B687E: hue angle of 248.18º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B687E is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 104 | 126 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.51 |
| HSL | 248.18º | 0.1% | 0.45% | - |
| HSV(B) | 248.18º | 0.17% | 0.49% | - |
| XYZ | 14.78 | 14.53 | 21.76 | - |
| YUV | 107.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 126 | 0.15 | 0.17 | 0 | 0.51 | 248.18 | 0.1 | 0.45 |
| Hex | 6B | 68 | 7E | F | 11 | 0 | 33 | F8 | A | 2D |
| Octal | 153 | 150 | 176 | 17 | 21 | 0 | 63 | 370 | 12 | 55 |
| Binary | 1101011 | 1101000 | 1111110 | 1111 | 10001 | 0 | 110011 | 11111000 | 1010 | 101101 |
Color Harmonies of #6B687E
Complementary color
Monochromatic Colors of #6B687E
Black with #6B687E
Text Example
Text Example
White with #6B687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B687E; }
p { color: rgb(107,104,126); }
H1.HeaderClassName
{
color: #6B687E;
}
.AnyTagClassName
{
color: #6B687E;
}
</style>
background-color css
<style>
a { background-color: #6B687E; }
a { background-color: rgb(107,104,126); }
div.DivClassName
{
background-color: #6B687E;
}
.BgClassName
{
background-color: #6B687E;
}
</style>
border-color css
<style>
span { border-color: #6B687E; }
span { border-color: rgb(107,104,126); }
td.TdClassName
{
border-color: #6B687E;
}
.TagClassName
{
border-color: #6B687E;
}
</style>