Shades of Dolphin #6D6C7E
Tints of Dolphin #6D6C7E
RGB
CMYK
RGB Variations
Color information
#6D6C7E (or 0x6D6C7E) is known color: Dolphin. HEX triplet: 6D, 6C and 7E. RGB value is (109,108,126). Sum of RGB (Red+Green+Blue) = 109+108+126=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D6C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C7E is #929381. Grayscale: #6E6E6E. Windows color (decimal): -9606018 or 8285293. OLE color: 8285293.
HSL color Cylindrical-coordinate representation of color #6D6C7E: hue angle of 243.33º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D6C7E is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 108 | 126 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.51 |
| HSL | 243.33º | 0.08% | 0.46% | - |
| HSV(B) | 243.33º | 0.14% | 0.49% | - |
| XYZ | 15.44 | 15.48 | 21.91 | - |
| YUV | 110.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 126 | 0.13 | 0.14 | 0 | 0.51 | 243.33 | 0.08 | 0.46 |
| Hex | 6D | 6C | 7E | D | E | 0 | 33 | F3 | 8 | 2E |
| Octal | 155 | 154 | 176 | 15 | 16 | 0 | 63 | 363 | 10 | 56 |
| Binary | 1101101 | 1101100 | 1111110 | 1101 | 1110 | 0 | 110011 | 11110011 | 1000 | 101110 |
Color Harmonies of #6D6C7E
Complementary color
Monochromatic Colors of #6D6C7E
Black with #6D6C7E
Text Example
Text Example
White with #6D6C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C7E; }
p { color: rgb(109,108,126); }
H1.HeaderClassName
{
color: #6D6C7E;
}
.AnyTagClassName
{
color: #6D6C7E;
}
</style>
background-color css
<style>
a { background-color: #6D6C7E; }
a { background-color: rgb(109,108,126); }
div.DivClassName
{
background-color: #6D6C7E;
}
.BgClassName
{
background-color: #6D6C7E;
}
</style>
border-color css
<style>
span { border-color: #6D6C7E; }
span { border-color: rgb(109,108,126); }
td.TdClassName
{
border-color: #6D6C7E;
}
.TagClassName
{
border-color: #6D6C7E;
}
</style>