Shades of Ship Cove #6F7B9D
Tints of Ship Cove #6F7B9D
RGB
CMYK
RGB Variations
Color information
#6F7B9D (or 0x6F7B9D) is known color: Ship Cove. HEX triplet: 6F, 7B and 9D. RGB value is (111,123,157). Sum of RGB (Red+Green+Blue) = 111+123+157=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F7B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7B9D is #908462. Grayscale: #7B7B7B. Windows color (decimal): -9471075 or 10320751. OLE color: 10320751.
HSL color Cylindrical-coordinate representation of color #6F7B9D: hue angle of 224.35º 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 #6F7B9D is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 123 | 157 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.38 |
| HSL | 224.35º | 0.19% | 0.53% | - |
| HSV(B) | 224.35º | 0.29% | 0.62% | - |
| XYZ | 19.72 | 19.98 | 34.72 | - |
| YUV | 123.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 157 | 0.29 | 0.22 | 0 | 0.38 | 224.35 | 0.19 | 0.53 |
| Hex | 6F | 7B | 9D | 1D | 16 | 0 | 26 | E0 | 13 | 35 |
| Octal | 157 | 173 | 235 | 35 | 26 | 0 | 46 | 340 | 23 | 65 |
| Binary | 1101111 | 1111011 | 10011101 | 11101 | 10110 | 0 | 100110 | 11100000 | 10011 | 110101 |
Color Harmonies of #6F7B9D
Complementary color
Monochromatic Colors of #6F7B9D
Black with #6F7B9D
Text Example
Text Example
White with #6F7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7B9D; }
p { color: rgb(111,123,157); }
H1.HeaderClassName
{
color: #6F7B9D;
}
.AnyTagClassName
{
color: #6F7B9D;
}
</style>
background-color css
<style>
a { background-color: #6F7B9D; }
a { background-color: rgb(111,123,157); }
div.DivClassName
{
background-color: #6F7B9D;
}
.BgClassName
{
background-color: #6F7B9D;
}
</style>
border-color css
<style>
span { border-color: #6F7B9D; }
span { border-color: rgb(111,123,157); }
td.TdClassName
{
border-color: #6F7B9D;
}
.TagClassName
{
border-color: #6F7B9D;
}
</style>