Shades of Dolphin #6A6378
Tints of Dolphin #6A6378
RGB
CMYK
RGB Variations
Color information
#6A6378 (or 0x6A6378) is known color: Dolphin. HEX triplet: 6A, 63 and 78. RGB value is (106,99,120). Sum of RGB (Red+Green+Blue) = 106+99+120=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A6378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6378 is #959C87. Grayscale: #676767. Windows color (decimal): -9804936 or 7889770. OLE color: 7889770.
HSL color Cylindrical-coordinate representation of color #6A6378: hue angle of 260º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A6378 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 99 | 120 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.53 |
| HSL | 260º | 0.1% | 0.43% | - |
| HSV(B) | 260º | 0.18% | 0.47% | - |
| XYZ | 13.8 | 13.34 | 19.62 | - |
| YUV | 103.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 120 | 0.12 | 0.17 | 0 | 0.53 | 260 | 0.1 | 0.43 |
| Hex | 6A | 63 | 78 | C | 11 | 0 | 35 | 104 | A | 2B |
| Octal | 152 | 143 | 170 | 14 | 21 | 0 | 65 | 404 | 12 | 53 |
| Binary | 1101010 | 1100011 | 1111000 | 1100 | 10001 | 0 | 110101 | 100000100 | 1010 | 101011 |
Color Harmonies of #6A6378
Complementary color
Monochromatic Colors of #6A6378
Black with #6A6378
Text Example
Text Example
White with #6A6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6378; }
p { color: rgb(106,99,120); }
H1.HeaderClassName
{
color: #6A6378;
}
.AnyTagClassName
{
color: #6A6378;
}
</style>
background-color css
<style>
a { background-color: #6A6378; }
a { background-color: rgb(106,99,120); }
div.DivClassName
{
background-color: #6A6378;
}
.BgClassName
{
background-color: #6A6378;
}
</style>
border-color css
<style>
span { border-color: #6A6378; }
span { border-color: rgb(106,99,120); }
td.TdClassName
{
border-color: #6A6378;
}
.TagClassName
{
border-color: #6A6378;
}
</style>