Shades of Ship Cove #6F81A7
Tints of Ship Cove #6F81A7
RGB
CMYK
RGB Variations
Color information
#6F81A7 (or 0x6F81A7) is known color: Ship Cove. HEX triplet: 6F, 81 and A7. RGB value is (111,129,167). Sum of RGB (Red+Green+Blue) = 111+129+167=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 167 - color contains mainly: blue. Hex color #6F81A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F81A7 is #907E58. Grayscale: #7F7F7F. Windows color (decimal): -9469529 or 10977647. OLE color: 10977647.
HSL color Cylindrical-coordinate representation of color #6F81A7: hue angle of 220.71º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F81A7 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 129 | 167 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.35 |
| HSL | 220.71º | 0.24% | 0.55% | - |
| HSV(B) | 220.71º | 0.34% | 0.65% | - |
| XYZ | 21.38 | 21.87 | 39.65 | - |
| YUV | 127.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 167 | 0.34 | 0.23 | 0 | 0.35 | 220.71 | 0.24 | 0.55 |
| Hex | 6F | 81 | A7 | 22 | 17 | 0 | 23 | DD | 18 | 37 |
| Octal | 157 | 201 | 247 | 42 | 27 | 0 | 43 | 335 | 30 | 67 |
| Binary | 1101111 | 10000001 | 10100111 | 100010 | 10111 | 0 | 100011 | 11011101 | 11000 | 110111 |
Color Harmonies of #6F81A7
Complementary color
Monochromatic Colors of #6F81A7
Black with #6F81A7
Text Example
Text Example
White with #6F81A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F81A7; }
p { color: rgb(111,129,167); }
H1.HeaderClassName
{
color: #6F81A7;
}
.AnyTagClassName
{
color: #6F81A7;
}
</style>
background-color css
<style>
a { background-color: #6F81A7; }
a { background-color: rgb(111,129,167); }
div.DivClassName
{
background-color: #6F81A7;
}
.BgClassName
{
background-color: #6F81A7;
}
</style>
border-color css
<style>
span { border-color: #6F81A7; }
span { border-color: rgb(111,129,167); }
td.TdClassName
{
border-color: #6F81A7;
}
.TagClassName
{
border-color: #6F81A7;
}
</style>