Shades of Ship Cove #6B7FA9
Tints of Ship Cove #6B7FA9
RGB
CMYK
RGB Variations
Color information
#6B7FA9 (or 0x6B7FA9) is known color: Ship Cove. HEX triplet: 6B, 7F and A9. RGB value is (107,127,169). Sum of RGB (Red+Green+Blue) = 107+127+169=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B7FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FA9 is #948056. Grayscale: #7D7D7D. Windows color (decimal): -9732183 or 11108203. OLE color: 11108203.
HSL color Cylindrical-coordinate representation of color #6B7FA9: hue angle of 220.65º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B7FA9 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 127 | 169 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.34 |
| HSL | 220.65º | 0.26% | 0.54% | - |
| HSV(B) | 220.65º | 0.37% | 0.66% | - |
| XYZ | 20.81 | 21.17 | 40.53 | - |
| YUV | 125.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 169 | 0.37 | 0.25 | 0 | 0.34 | 220.65 | 0.26 | 0.54 |
| Hex | 6B | 7F | A9 | 25 | 19 | 0 | 22 | DD | 1A | 36 |
| Octal | 153 | 177 | 251 | 45 | 31 | 0 | 42 | 335 | 32 | 66 |
| Binary | 1101011 | 1111111 | 10101001 | 100101 | 11001 | 0 | 100010 | 11011101 | 11010 | 110110 |
Color Harmonies of #6B7FA9
Complementary color
Monochromatic Colors of #6B7FA9
Black with #6B7FA9
Text Example
Text Example
White with #6B7FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FA9; }
p { color: rgb(107,127,169); }
H1.HeaderClassName
{
color: #6B7FA9;
}
.AnyTagClassName
{
color: #6B7FA9;
}
</style>
background-color css
<style>
a { background-color: #6B7FA9; }
a { background-color: rgb(107,127,169); }
div.DivClassName
{
background-color: #6B7FA9;
}
.BgClassName
{
background-color: #6B7FA9;
}
</style>
border-color css
<style>
span { border-color: #6B7FA9; }
span { border-color: rgb(107,127,169); }
td.TdClassName
{
border-color: #6B7FA9;
}
.TagClassName
{
border-color: #6B7FA9;
}
</style>