Shades of Dolphin #6C6A7D
Tints of Dolphin #6C6A7D
RGB
CMYK
RGB Variations
Color information
#6C6A7D (or 0x6C6A7D) is known color: Dolphin. HEX triplet: 6C, 6A and 7D. RGB value is (108,106,125). Sum of RGB (Red+Green+Blue) = 108+106+125=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C6A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6A7D is #939582. Grayscale: #6C6C6C. Windows color (decimal): -9672067 or 8219244. OLE color: 8219244.
HSL color Cylindrical-coordinate representation of color #6C6A7D: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C6A7D is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 106 | 125 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.51 |
| HSL | 246.32º | 0.08% | 0.45% | - |
| HSV(B) | 246.32º | 0.15% | 0.49% | - |
| XYZ | 15.04 | 14.98 | 21.5 | - |
| YUV | 108.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 106 | 125 | 0.14 | 0.15 | 0 | 0.51 | 246.32 | 0.08 | 0.45 |
| Hex | 6C | 6A | 7D | E | F | 0 | 33 | F6 | 8 | 2D |
| Octal | 154 | 152 | 175 | 16 | 17 | 0 | 63 | 366 | 10 | 55 |
| Binary | 1101100 | 1101010 | 1111101 | 1110 | 1111 | 0 | 110011 | 11110110 | 1000 | 101101 |
Color Harmonies of #6C6A7D
Complementary color
Monochromatic Colors of #6C6A7D
Black with #6C6A7D
Text Example
Text Example
White with #6C6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6A7D; }
p { color: rgb(108,106,125); }
H1.HeaderClassName
{
color: #6C6A7D;
}
.AnyTagClassName
{
color: #6C6A7D;
}
</style>
background-color css
<style>
a { background-color: #6C6A7D; }
a { background-color: rgb(108,106,125); }
div.DivClassName
{
background-color: #6C6A7D;
}
.BgClassName
{
background-color: #6C6A7D;
}
</style>
border-color css
<style>
span { border-color: #6C6A7D; }
span { border-color: rgb(108,106,125); }
td.TdClassName
{
border-color: #6C6A7D;
}
.TagClassName
{
border-color: #6C6A7D;
}
</style>