Shades of Dolphin #6B657D
Tints of Dolphin #6B657D
RGB
CMYK
RGB Variations
Color information
#6B657D (or 0x6B657D) is known color: Dolphin. HEX triplet: 6B, 65 and 7D. RGB value is (107,101,125). Sum of RGB (Red+Green+Blue) = 107+101+125=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B657D is #949A82. Grayscale: #696969. Windows color (decimal): -9738883 or 8217963. OLE color: 8217963.
HSL color Cylindrical-coordinate representation of color #6B657D: hue angle of 255º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B657D is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 101 | 125 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.51 |
| HSL | 255º | 0.11% | 0.44% | - |
| HSV(B) | 255º | 0.19% | 0.49% | - |
| XYZ | 14.42 | 13.91 | 21.33 | - |
| YUV | 105.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 125 | 0.14 | 0.19 | 0 | 0.51 | 255 | 0.11 | 0.44 |
| Hex | 6B | 65 | 7D | E | 13 | 0 | 33 | FF | B | 2C |
| Octal | 153 | 145 | 175 | 16 | 23 | 0 | 63 | 377 | 13 | 54 |
| Binary | 1101011 | 1100101 | 1111101 | 1110 | 10011 | 0 | 110011 | 11111111 | 1011 | 101100 |
Color Harmonies of #6B657D
Complementary color
Monochromatic Colors of #6B657D
Black with #6B657D
Text Example
Text Example
White with #6B657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B657D; }
p { color: rgb(107,101,125); }
H1.HeaderClassName
{
color: #6B657D;
}
.AnyTagClassName
{
color: #6B657D;
}
</style>
background-color css
<style>
a { background-color: #6B657D; }
a { background-color: rgb(107,101,125); }
div.DivClassName
{
background-color: #6B657D;
}
.BgClassName
{
background-color: #6B657D;
}
</style>
border-color css
<style>
span { border-color: #6B657D; }
span { border-color: rgb(107,101,125); }
td.TdClassName
{
border-color: #6B657D;
}
.TagClassName
{
border-color: #6B657D;
}
</style>