Shades of Ship Cove #6F799F
Tints of Ship Cove #6F799F
RGB
CMYK
RGB Variations
Color information
#6F799F (or 0x6F799F) is known color: Ship Cove. HEX triplet: 6F, 79 and 9F. RGB value is (111,121,159). Sum of RGB (Red+Green+Blue) = 111+121+159=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F799F is #908660. Grayscale: #7A7A7A. Windows color (decimal): -9471585 or 10451311. OLE color: 10451311.
HSL color Cylindrical-coordinate representation of color #6F799F: hue angle of 227.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F799F is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 121 | 159 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.38 |
| HSL | 227.5º | 0.2% | 0.53% | - |
| HSV(B) | 227.5º | 0.3% | 0.62% | - |
| XYZ | 19.65 | 19.56 | 35.54 | - |
| YUV | 122.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 159 | 0.30 | 0.24 | 0 | 0.38 | 227.5 | 0.2 | 0.53 |
| Hex | 6F | 79 | 9F | 1E | 18 | 0 | 26 | E4 | 14 | 35 |
| Octal | 157 | 171 | 237 | 36 | 30 | 0 | 46 | 344 | 24 | 65 |
| Binary | 1101111 | 1111001 | 10011111 | 11110 | 11000 | 0 | 100110 | 11100100 | 10100 | 110101 |
Color Harmonies of #6F799F
Complementary color
Monochromatic Colors of #6F799F
Black with #6F799F
Text Example
Text Example
White with #6F799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F799F; }
p { color: rgb(111,121,159); }
H1.HeaderClassName
{
color: #6F799F;
}
.AnyTagClassName
{
color: #6F799F;
}
</style>
background-color css
<style>
a { background-color: #6F799F; }
a { background-color: rgb(111,121,159); }
div.DivClassName
{
background-color: #6F799F;
}
.BgClassName
{
background-color: #6F799F;
}
</style>
border-color css
<style>
span { border-color: #6F799F; }
span { border-color: rgb(111,121,159); }
td.TdClassName
{
border-color: #6F799F;
}
.TagClassName
{
border-color: #6F799F;
}
</style>