Shades of Ship Cove #6E7CA5
Tints of Ship Cove #6E7CA5
RGB
CMYK
RGB Variations
Color information
#6E7CA5 (or 0x6E7CA5) is known color: Ship Cove. HEX triplet: 6E, 7C and A5. RGB value is (110,124,165). Sum of RGB (Red+Green+Blue) = 110+124+165=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E7CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7CA5 is #91835A. Grayscale: #7C7C7C. Windows color (decimal): -9536347 or 10845294. OLE color: 10845294.
HSL color Cylindrical-coordinate representation of color #6E7CA5: hue angle of 224.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E7CA5 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 124 | 165 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.35 |
| HSL | 224.73º | 0.23% | 0.54% | - |
| HSV(B) | 224.73º | 0.33% | 0.65% | - |
| XYZ | 20.43 | 20.45 | 38.47 | - |
| YUV | 124.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 124 | 165 | 0.33 | 0.25 | 0 | 0.35 | 224.73 | 0.23 | 0.54 |
| Hex | 6E | 7C | A5 | 21 | 19 | 0 | 23 | E1 | 17 | 36 |
| Octal | 156 | 174 | 245 | 41 | 31 | 0 | 43 | 341 | 27 | 66 |
| Binary | 1101110 | 1111100 | 10100101 | 100001 | 11001 | 0 | 100011 | 11100001 | 10111 | 110110 |
Color Harmonies of #6E7CA5
Complementary color
Monochromatic Colors of #6E7CA5
Black with #6E7CA5
Text Example
Text Example
White with #6E7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7CA5; }
p { color: rgb(110,124,165); }
H1.HeaderClassName
{
color: #6E7CA5;
}
.AnyTagClassName
{
color: #6E7CA5;
}
</style>
background-color css
<style>
a { background-color: #6E7CA5; }
a { background-color: rgb(110,124,165); }
div.DivClassName
{
background-color: #6E7CA5;
}
.BgClassName
{
background-color: #6E7CA5;
}
</style>
border-color css
<style>
span { border-color: #6E7CA5; }
span { border-color: rgb(110,124,165); }
td.TdClassName
{
border-color: #6E7CA5;
}
.TagClassName
{
border-color: #6E7CA5;
}
</style>