Shades of Ship Cove #6F7A9D
Tints of Ship Cove #6F7A9D
RGB
CMYK
RGB Variations
Color information
#6F7A9D (or 0x6F7A9D) is known color: Ship Cove. HEX triplet: 6F, 7A and 9D. RGB value is (111,122,157). Sum of RGB (Red+Green+Blue) = 111+122+157=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F7A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7A9D is #908562. Grayscale: #7A7A7A. Windows color (decimal): -9471331 or 10320495. OLE color: 10320495.
HSL color Cylindrical-coordinate representation of color #6F7A9D: hue angle of 225.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F7A9D is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 122 | 157 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.38 |
| HSL | 225.65º | 0.19% | 0.53% | - |
| HSV(B) | 225.65º | 0.29% | 0.62% | - |
| XYZ | 19.6 | 19.73 | 34.67 | - |
| YUV | 122.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 157 | 0.29 | 0.22 | 0 | 0.38 | 225.65 | 0.19 | 0.53 |
| Hex | 6F | 7A | 9D | 1D | 16 | 0 | 26 | E2 | 13 | 35 |
| Octal | 157 | 172 | 235 | 35 | 26 | 0 | 46 | 342 | 23 | 65 |
| Binary | 1101111 | 1111010 | 10011101 | 11101 | 10110 | 0 | 100110 | 11100010 | 10011 | 110101 |
Color Harmonies of #6F7A9D
Complementary color
Monochromatic Colors of #6F7A9D
Black with #6F7A9D
Text Example
Text Example
White with #6F7A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A9D; }
p { color: rgb(111,122,157); }
H1.HeaderClassName
{
color: #6F7A9D;
}
.AnyTagClassName
{
color: #6F7A9D;
}
</style>
background-color css
<style>
a { background-color: #6F7A9D; }
a { background-color: rgb(111,122,157); }
div.DivClassName
{
background-color: #6F7A9D;
}
.BgClassName
{
background-color: #6F7A9D;
}
</style>
border-color css
<style>
span { border-color: #6F7A9D; }
span { border-color: rgb(111,122,157); }
td.TdClassName
{
border-color: #6F7A9D;
}
.TagClassName
{
border-color: #6F7A9D;
}
</style>