Shades of Ship Cove #6F7C9F
Tints of Ship Cove #6F7C9F
RGB
CMYK
RGB Variations
Color information
#6F7C9F (or 0x6F7C9F) is known color: Ship Cove. HEX triplet: 6F, 7C and 9F. RGB value is (111,124,159). Sum of RGB (Red+Green+Blue) = 111+124+159=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F7C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7C9F is #908360. Grayscale: #7B7B7B. Windows color (decimal): -9470817 or 10452079. OLE color: 10452079.
HSL color Cylindrical-coordinate representation of color #6F7C9F: hue angle of 223.75º 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 #6F7C9F is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 124 | 159 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.38 |
| HSL | 223.75º | 0.2% | 0.53% | - |
| HSV(B) | 223.75º | 0.3% | 0.62% | - |
| XYZ | 20.02 | 20.3 | 35.66 | - |
| YUV | 124.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 159 | 0.30 | 0.22 | 0 | 0.38 | 223.75 | 0.2 | 0.53 |
| Hex | 6F | 7C | 9F | 1E | 16 | 0 | 26 | E0 | 14 | 35 |
| Octal | 157 | 174 | 237 | 36 | 26 | 0 | 46 | 340 | 24 | 65 |
| Binary | 1101111 | 1111100 | 10011111 | 11110 | 10110 | 0 | 100110 | 11100000 | 10100 | 110101 |
Color Harmonies of #6F7C9F
Complementary color
Monochromatic Colors of #6F7C9F
Black with #6F7C9F
Text Example
Text Example
White with #6F7C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C9F; }
p { color: rgb(111,124,159); }
H1.HeaderClassName
{
color: #6F7C9F;
}
.AnyTagClassName
{
color: #6F7C9F;
}
</style>
background-color css
<style>
a { background-color: #6F7C9F; }
a { background-color: rgb(111,124,159); }
div.DivClassName
{
background-color: #6F7C9F;
}
.BgClassName
{
background-color: #6F7C9F;
}
</style>
border-color css
<style>
span { border-color: #6F7C9F; }
span { border-color: rgb(111,124,159); }
td.TdClassName
{
border-color: #6F7C9F;
}
.TagClassName
{
border-color: #6F7C9F;
}
</style>