Shades of Ship Cove #6F8DB3
Tints of Ship Cove #6F8DB3
RGB
CMYK
RGB Variations
Color information
#6F8DB3 (or 0x6F8DB3) is known color: Ship Cove. HEX triplet: 6F, 8D and B3. RGB value is (111,141,179). Sum of RGB (Red+Green+Blue) = 111+141+179=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F8DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8DB3 is #90724C. Grayscale: #888888. Windows color (decimal): -9466445 or 11767151. OLE color: 11767151.
HSL color Cylindrical-coordinate representation of color #6F8DB3: hue angle of 213.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F8DB3 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 141 | 179 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.30 |
| HSL | 213.53º | 0.31% | 0.57% | - |
| HSV(B) | 213.53º | 0.38% | 0.7% | - |
| XYZ | 24.22 | 25.68 | 46.33 | - |
| YUV | 136.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 179 | 0.38 | 0.21 | 0 | 0.30 | 213.53 | 0.31 | 0.57 |
| Hex | 6F | 8D | B3 | 26 | 15 | 0 | 1E | D6 | 1F | 39 |
| Octal | 157 | 215 | 263 | 46 | 25 | 0 | 36 | 326 | 37 | 71 |
| Binary | 1101111 | 10001101 | 10110011 | 100110 | 10101 | 0 | 11110 | 11010110 | 11111 | 111001 |
Color Harmonies of #6F8DB3
Complementary color
Monochromatic Colors of #6F8DB3
Black with #6F8DB3
Text Example
Text Example
White with #6F8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8DB3; }
p { color: rgb(111,141,179); }
H1.HeaderClassName
{
color: #6F8DB3;
}
.AnyTagClassName
{
color: #6F8DB3;
}
</style>
background-color css
<style>
a { background-color: #6F8DB3; }
a { background-color: rgb(111,141,179); }
div.DivClassName
{
background-color: #6F8DB3;
}
.BgClassName
{
background-color: #6F8DB3;
}
</style>
border-color css
<style>
span { border-color: #6F8DB3; }
span { border-color: rgb(111,141,179); }
td.TdClassName
{
border-color: #6F8DB3;
}
.TagClassName
{
border-color: #6F8DB3;
}
</style>