Shades of Ship Cove #6A7EAC
Tints of Ship Cove #6A7EAC
RGB
CMYK
RGB Variations
Color information
#6A7EAC (or 0x6A7EAC) is known color: Ship Cove. HEX triplet: 6A, 7E and AC. RGB value is (106,126,172). Sum of RGB (Red+Green+Blue) = 106+126+172=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7EAC is #958153. Grayscale: #7D7D7D. Windows color (decimal): -9797972 or 11304554. OLE color: 11304554.
HSL color Cylindrical-coordinate representation of color #6A7EAC: hue angle of 221.82º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A7EAC is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 126 | 172 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.33 |
| HSL | 221.82º | 0.28% | 0.55% | - |
| HSV(B) | 221.82º | 0.38% | 0.67% | - |
| XYZ | 20.85 | 20.96 | 41.98 | - |
| YUV | 125.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 172 | 0.38 | 0.27 | 0 | 0.33 | 221.82 | 0.28 | 0.55 |
| Hex | 6A | 7E | AC | 26 | 1B | 0 | 21 | DE | 1C | 37 |
| Octal | 152 | 176 | 254 | 46 | 33 | 0 | 41 | 336 | 34 | 67 |
| Binary | 1101010 | 1111110 | 10101100 | 100110 | 11011 | 0 | 100001 | 11011110 | 11100 | 110111 |
Color Harmonies of #6A7EAC
Complementary color
Monochromatic Colors of #6A7EAC
Black with #6A7EAC
Text Example
Text Example
White with #6A7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7EAC; }
p { color: rgb(106,126,172); }
H1.HeaderClassName
{
color: #6A7EAC;
}
.AnyTagClassName
{
color: #6A7EAC;
}
</style>
background-color css
<style>
a { background-color: #6A7EAC; }
a { background-color: rgb(106,126,172); }
div.DivClassName
{
background-color: #6A7EAC;
}
.BgClassName
{
background-color: #6A7EAC;
}
</style>
border-color css
<style>
span { border-color: #6A7EAC; }
span { border-color: rgb(106,126,172); }
td.TdClassName
{
border-color: #6A7EAC;
}
.TagClassName
{
border-color: #6A7EAC;
}
</style>