Shades of Ship Cove #6D7EA4
Tints of Ship Cove #6D7EA4
RGB
CMYK
RGB Variations
Color information
#6D7EA4 (or 0x6D7EA4) is known color: Ship Cove. HEX triplet: 6D, 7E and A4. RGB value is (109,126,164). Sum of RGB (Red+Green+Blue) = 109+126+164=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D7EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7EA4 is #92815B. Grayscale: #7D7D7D. Windows color (decimal): -9601372 or 10780269. OLE color: 10780269.
HSL color Cylindrical-coordinate representation of color #6D7EA4: hue angle of 221.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D7EA4 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 126 | 164 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.36 |
| HSL | 221.45º | 0.23% | 0.54% | - |
| HSV(B) | 221.45º | 0.34% | 0.64% | - |
| XYZ | 20.47 | 20.85 | 38.07 | - |
| YUV | 125.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 164 | 0.34 | 0.23 | 0 | 0.36 | 221.45 | 0.23 | 0.54 |
| Hex | 6D | 7E | A4 | 22 | 17 | 0 | 24 | DD | 17 | 36 |
| Octal | 155 | 176 | 244 | 42 | 27 | 0 | 44 | 335 | 27 | 66 |
| Binary | 1101101 | 1111110 | 10100100 | 100010 | 10111 | 0 | 100100 | 11011101 | 10111 | 110110 |
Color Harmonies of #6D7EA4
Complementary color
Monochromatic Colors of #6D7EA4
Black with #6D7EA4
Text Example
Text Example
White with #6D7EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7EA4; }
p { color: rgb(109,126,164); }
H1.HeaderClassName
{
color: #6D7EA4;
}
.AnyTagClassName
{
color: #6D7EA4;
}
</style>
background-color css
<style>
a { background-color: #6D7EA4; }
a { background-color: rgb(109,126,164); }
div.DivClassName
{
background-color: #6D7EA4;
}
.BgClassName
{
background-color: #6D7EA4;
}
</style>
border-color css
<style>
span { border-color: #6D7EA4; }
span { border-color: rgb(109,126,164); }
td.TdClassName
{
border-color: #6D7EA4;
}
.TagClassName
{
border-color: #6D7EA4;
}
</style>