Shades of Dolphin #6B647B
Tints of Dolphin #6B647B
RGB
CMYK
RGB Variations
Color information
#6B647B (or 0x6B647B) is known color: Dolphin. HEX triplet: 6B, 64 and 7B. RGB value is (107,100,123). Sum of RGB (Red+Green+Blue) = 107+100+123=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B647B is #949B84. Grayscale: #686868. Windows color (decimal): -9739141 or 8086635. OLE color: 8086635.
HSL color Cylindrical-coordinate representation of color #6B647B: hue angle of 258.26º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B647B is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 100 | 123 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.52 |
| HSL | 258.26º | 0.1% | 0.44% | - |
| HSV(B) | 258.26º | 0.19% | 0.48% | - |
| XYZ | 14.2 | 13.67 | 20.63 | - |
| YUV | 104.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 123 | 0.13 | 0.19 | 0 | 0.52 | 258.26 | 0.1 | 0.44 |
| Hex | 6B | 64 | 7B | D | 13 | 0 | 34 | 102 | A | 2C |
| Octal | 153 | 144 | 173 | 15 | 23 | 0 | 64 | 402 | 12 | 54 |
| Binary | 1101011 | 1100100 | 1111011 | 1101 | 10011 | 0 | 110100 | 100000010 | 1010 | 101100 |
Color Harmonies of #6B647B
Complementary color
Monochromatic Colors of #6B647B
Black with #6B647B
Text Example
Text Example
White with #6B647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B647B; }
p { color: rgb(107,100,123); }
H1.HeaderClassName
{
color: #6B647B;
}
.AnyTagClassName
{
color: #6B647B;
}
</style>
background-color css
<style>
a { background-color: #6B647B; }
a { background-color: rgb(107,100,123); }
div.DivClassName
{
background-color: #6B647B;
}
.BgClassName
{
background-color: #6B647B;
}
</style>
border-color css
<style>
span { border-color: #6B647B; }
span { border-color: rgb(107,100,123); }
td.TdClassName
{
border-color: #6B647B;
}
.TagClassName
{
border-color: #6B647B;
}
</style>