Shades of Ship Cove #6F81A1
Tints of Ship Cove #6F81A1
RGB
CMYK
RGB Variations
Color information
#6F81A1 (or 0x6F81A1) is known color: Ship Cove. HEX triplet: 6F, 81 and A1. RGB value is (111,129,161). Sum of RGB (Red+Green+Blue) = 111+129+161=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 161 - color contains mainly: blue. Hex color #6F81A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F81A1 is #907E5E. Grayscale: #7F7F7F. Windows color (decimal): -9469535 or 10584431. OLE color: 10584431.
HSL color Cylindrical-coordinate representation of color #6F81A1: hue angle of 218.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F81A1 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 129 | 161 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.37 |
| HSL | 218.4º | 0.21% | 0.53% | - |
| HSV(B) | 218.4º | 0.31% | 0.63% | - |
| XYZ | 20.84 | 21.65 | 36.8 | - |
| YUV | 127.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 161 | 0.31 | 0.20 | 0 | 0.37 | 218.4 | 0.21 | 0.53 |
| Hex | 6F | 81 | A1 | 1F | 14 | 0 | 25 | DA | 15 | 35 |
| Octal | 157 | 201 | 241 | 37 | 24 | 0 | 45 | 332 | 25 | 65 |
| Binary | 1101111 | 10000001 | 10100001 | 11111 | 10100 | 0 | 100101 | 11011010 | 10101 | 110101 |
Color Harmonies of #6F81A1
Complementary color
Monochromatic Colors of #6F81A1
Black with #6F81A1
Text Example
Text Example
White with #6F81A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F81A1; }
p { color: rgb(111,129,161); }
H1.HeaderClassName
{
color: #6F81A1;
}
.AnyTagClassName
{
color: #6F81A1;
}
</style>
background-color css
<style>
a { background-color: #6F81A1; }
a { background-color: rgb(111,129,161); }
div.DivClassName
{
background-color: #6F81A1;
}
.BgClassName
{
background-color: #6F81A1;
}
</style>
border-color css
<style>
span { border-color: #6F81A1; }
span { border-color: rgb(111,129,161); }
td.TdClassName
{
border-color: #6F81A1;
}
.TagClassName
{
border-color: #6F81A1;
}
</style>