Shades of Ship Cove #6F80AE
Tints of Ship Cove #6F80AE
RGB
CMYK
RGB Variations
Color information
#6F80AE (or 0x6F80AE) is known color: Ship Cove. HEX triplet: 6F, 80 and AE. RGB value is (111,128,174). Sum of RGB (Red+Green+Blue) = 111+128+174=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F80AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F80AE is #907F51. Grayscale: #7F7F7F. Windows color (decimal): -9469778 or 11436143. OLE color: 11436143.
HSL color Cylindrical-coordinate representation of color #6F80AE: hue angle of 223.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F80AE is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 128 | 174 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.32 |
| HSL | 223.81º | 0.28% | 0.56% | - |
| HSV(B) | 223.81º | 0.36% | 0.68% | - |
| XYZ | 21.91 | 21.87 | 43.11 | - |
| YUV | 128.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 174 | 0.36 | 0.26 | 0 | 0.32 | 223.81 | 0.28 | 0.56 |
| Hex | 6F | 80 | AE | 24 | 1A | 0 | 20 | E0 | 1C | 38 |
| Octal | 157 | 200 | 256 | 44 | 32 | 0 | 40 | 340 | 34 | 70 |
| Binary | 1101111 | 10000000 | 10101110 | 100100 | 11010 | 0 | 100000 | 11100000 | 11100 | 111000 |
Color Harmonies of #6F80AE
Complementary color
Monochromatic Colors of #6F80AE
Black with #6F80AE
Text Example
Text Example
White with #6F80AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F80AE; }
p { color: rgb(111,128,174); }
H1.HeaderClassName
{
color: #6F80AE;
}
.AnyTagClassName
{
color: #6F80AE;
}
</style>
background-color css
<style>
a { background-color: #6F80AE; }
a { background-color: rgb(111,128,174); }
div.DivClassName
{
background-color: #6F80AE;
}
.BgClassName
{
background-color: #6F80AE;
}
</style>
border-color css
<style>
span { border-color: #6F80AE; }
span { border-color: rgb(111,128,174); }
td.TdClassName
{
border-color: #6F80AE;
}
.TagClassName
{
border-color: #6F80AE;
}
</style>