Shades of Ship Cove #6C7EAC
Tints of Ship Cove #6C7EAC
RGB
CMYK
RGB Variations
Color information
#6C7EAC (or 0x6C7EAC) is known color: Ship Cove. HEX triplet: 6C, 7E and AC. RGB value is (108,126,172). Sum of RGB (Red+Green+Blue) = 108+126+172=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7EAC is #938153. Grayscale: #7D7D7D. Windows color (decimal): -9666900 or 11304556. OLE color: 11304556.
HSL color Cylindrical-coordinate representation of color #6C7EAC: hue angle of 223.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C7EAC is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 126 | 172 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.33 |
| HSL | 223.13º | 0.28% | 0.55% | - |
| HSV(B) | 223.13º | 0.37% | 0.67% | - |
| XYZ | 21.09 | 21.09 | 41.99 | - |
| YUV | 125.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 172 | 0.37 | 0.27 | 0 | 0.33 | 223.13 | 0.28 | 0.55 |
| Hex | 6C | 7E | AC | 25 | 1B | 0 | 21 | DF | 1C | 37 |
| Octal | 154 | 176 | 254 | 45 | 33 | 0 | 41 | 337 | 34 | 67 |
| Binary | 1101100 | 1111110 | 10101100 | 100101 | 11011 | 0 | 100001 | 11011111 | 11100 | 110111 |
Color Harmonies of #6C7EAC
Complementary color
Monochromatic Colors of #6C7EAC
Black with #6C7EAC
Text Example
Text Example
White with #6C7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7EAC; }
p { color: rgb(108,126,172); }
H1.HeaderClassName
{
color: #6C7EAC;
}
.AnyTagClassName
{
color: #6C7EAC;
}
</style>
background-color css
<style>
a { background-color: #6C7EAC; }
a { background-color: rgb(108,126,172); }
div.DivClassName
{
background-color: #6C7EAC;
}
.BgClassName
{
background-color: #6C7EAC;
}
</style>
border-color css
<style>
span { border-color: #6C7EAC; }
span { border-color: rgb(108,126,172); }
td.TdClassName
{
border-color: #6C7EAC;
}
.TagClassName
{
border-color: #6C7EAC;
}
</style>