Shades of Ship Cove #6C7CA1
Tints of Ship Cove #6C7CA1
RGB
CMYK
RGB Variations
Color information
#6C7CA1 (or 0x6C7CA1) is known color: Ship Cove. HEX triplet: 6C, 7C and A1. RGB value is (108,124,161). Sum of RGB (Red+Green+Blue) = 108+124+161=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 161 - color contains mainly: blue. Hex color #6C7CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7CA1 is #93835E. Grayscale: #7B7B7B. Windows color (decimal): -9667423 or 10583148. OLE color: 10583148.
HSL color Cylindrical-coordinate representation of color #6C7CA1: hue angle of 221.89º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C7CA1 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 124 | 161 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.37 |
| HSL | 221.89º | 0.22% | 0.53% | - |
| HSV(B) | 221.89º | 0.33% | 0.63% | - |
| XYZ | 19.83 | 20.18 | 36.57 | - |
| YUV | 123.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 161 | 0.33 | 0.23 | 0 | 0.37 | 221.89 | 0.22 | 0.53 |
| Hex | 6C | 7C | A1 | 21 | 17 | 0 | 25 | DE | 16 | 35 |
| Octal | 154 | 174 | 241 | 41 | 27 | 0 | 45 | 336 | 26 | 65 |
| Binary | 1101100 | 1111100 | 10100001 | 100001 | 10111 | 0 | 100101 | 11011110 | 10110 | 110101 |
Color Harmonies of #6C7CA1
Complementary color
Monochromatic Colors of #6C7CA1
Black with #6C7CA1
Text Example
Text Example
White with #6C7CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7CA1; }
p { color: rgb(108,124,161); }
H1.HeaderClassName
{
color: #6C7CA1;
}
.AnyTagClassName
{
color: #6C7CA1;
}
</style>
background-color css
<style>
a { background-color: #6C7CA1; }
a { background-color: rgb(108,124,161); }
div.DivClassName
{
background-color: #6C7CA1;
}
.BgClassName
{
background-color: #6C7CA1;
}
</style>
border-color css
<style>
span { border-color: #6C7CA1; }
span { border-color: rgb(108,124,161); }
td.TdClassName
{
border-color: #6C7CA1;
}
.TagClassName
{
border-color: #6C7CA1;
}
</style>