Shades of Dolphin #6D6880
Tints of Dolphin #6D6880
RGB
CMYK
RGB Variations
Color information
#6D6880 (or 0x6D6880) is known color: Dolphin. HEX triplet: 6D, 68 and 80. RGB value is (109,104,128). Sum of RGB (Red+Green+Blue) = 109+104+128=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D6880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6880 is #92977F. Grayscale: #6C6C6C. Windows color (decimal): -9607040 or 8415341. OLE color: 8415341.
HSL color Cylindrical-coordinate representation of color #6D6880: hue angle of 252.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D6880 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 104 | 128 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.50 |
| HSL | 252.5º | 0.1% | 0.45% | - |
| HSV(B) | 252.5º | 0.19% | 0.5% | - |
| XYZ | 15.15 | 14.71 | 22.46 | - |
| YUV | 108.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 128 | 0.15 | 0.19 | 0 | 0.50 | 252.5 | 0.1 | 0.45 |
| Hex | 6D | 68 | 80 | F | 13 | 0 | 32 | FD | A | 2D |
| Octal | 155 | 150 | 200 | 17 | 23 | 0 | 62 | 375 | 12 | 55 |
| Binary | 1101101 | 1101000 | 10000000 | 1111 | 10011 | 0 | 110010 | 11111101 | 1010 | 101101 |
Color Harmonies of #6D6880
Complementary color
Monochromatic Colors of #6D6880
Black with #6D6880
Text Example
Text Example
White with #6D6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6880; }
p { color: rgb(109,104,128); }
H1.HeaderClassName
{
color: #6D6880;
}
.AnyTagClassName
{
color: #6D6880;
}
</style>
background-color css
<style>
a { background-color: #6D6880; }
a { background-color: rgb(109,104,128); }
div.DivClassName
{
background-color: #6D6880;
}
.BgClassName
{
background-color: #6D6880;
}
</style>
border-color css
<style>
span { border-color: #6D6880; }
span { border-color: rgb(109,104,128); }
td.TdClassName
{
border-color: #6D6880;
}
.TagClassName
{
border-color: #6D6880;
}
</style>