Shades of Dolphin #6C6882
Tints of Dolphin #6C6882
RGB
CMYK
RGB Variations
Color information
#6C6882 (or 0x6C6882) is known color: Dolphin. HEX triplet: 6C, 68 and 82. RGB value is (108,104,130). Sum of RGB (Red+Green+Blue) = 108+104+130=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C6882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6882 is #93977D. Grayscale: #6C6C6C. Windows color (decimal): -9672574 or 8546412. OLE color: 8546412.
HSL color Cylindrical-coordinate representation of color #6C6882: hue angle of 249.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C6882 is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 104 | 130 | - |
| CMYK | 0.17 | 0.2 | 0 | 0.49 |
| HSL | 249.23º | 0.11% | 0.46% | - |
| HSV(B) | 249.23º | 0.2% | 0.51% | - |
| XYZ | 15.16 | 14.7 | 23.16 | - |
| YUV | 108.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 130 | 0.17 | 0.2 | 0 | 0.49 | 249.23 | 0.11 | 0.46 |
| Hex | 6C | 68 | 82 | 11 | 14 | 0 | 31 | F9 | B | 2E |
| Octal | 154 | 150 | 202 | 21 | 24 | 0 | 61 | 371 | 13 | 56 |
| Binary | 1101100 | 1101000 | 10000010 | 10001 | 10100 | 0 | 110001 | 11111001 | 1011 | 101110 |
Color Harmonies of #6C6882
Complementary color
Monochromatic Colors of #6C6882
Black with #6C6882
Text Example
Text Example
White with #6C6882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6882; }
p { color: rgb(108,104,130); }
H1.HeaderClassName
{
color: #6C6882;
}
.AnyTagClassName
{
color: #6C6882;
}
</style>
background-color css
<style>
a { background-color: #6C6882; }
a { background-color: rgb(108,104,130); }
div.DivClassName
{
background-color: #6C6882;
}
.BgClassName
{
background-color: #6C6882;
}
</style>
border-color css
<style>
span { border-color: #6C6882; }
span { border-color: rgb(108,104,130); }
td.TdClassName
{
border-color: #6C6882;
}
.TagClassName
{
border-color: #6C6882;
}
</style>