Shades of Ship Cove #6986AF
Tints of Ship Cove #6986AF
RGB
CMYK
RGB Variations
Color information
#6986AF (or 0x6986AF) is known color: Ship Cove. HEX triplet: 69, 86 and AF. RGB value is (105,134,175). Sum of RGB (Red+Green+Blue) = 105+134+175=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #6986AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6986AF is #967950. Grayscale: #818181. Windows color (decimal): -9861457 or 11503209. OLE color: 11503209.
HSL color Cylindrical-coordinate representation of color #6986AF: hue angle of 215.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6986AF is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 134 | 175 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.31 |
| HSL | 215.14º | 0.3% | 0.55% | - |
| HSV(B) | 215.14º | 0.4% | 0.69% | - |
| XYZ | 22.09 | 23.15 | 43.86 | - |
| YUV | 130 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 175 | 0.40 | 0.23 | 0 | 0.31 | 215.14 | 0.3 | 0.55 |
| Hex | 69 | 86 | AF | 28 | 17 | 0 | 1F | D7 | 1E | 37 |
| Octal | 151 | 206 | 257 | 50 | 27 | 0 | 37 | 327 | 36 | 67 |
| Binary | 1101001 | 10000110 | 10101111 | 101000 | 10111 | 0 | 11111 | 11010111 | 11110 | 110111 |
Color Harmonies of #6986AF
Complementary color
Monochromatic Colors of #6986AF
Black with #6986AF
Text Example
Text Example
White with #6986AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986AF; }
p { color: rgb(105,134,175); }
H1.HeaderClassName
{
color: #6986AF;
}
.AnyTagClassName
{
color: #6986AF;
}
</style>
background-color css
<style>
a { background-color: #6986AF; }
a { background-color: rgb(105,134,175); }
div.DivClassName
{
background-color: #6986AF;
}
.BgClassName
{
background-color: #6986AF;
}
</style>
border-color css
<style>
span { border-color: #6986AF; }
span { border-color: rgb(105,134,175); }
td.TdClassName
{
border-color: #6986AF;
}
.TagClassName
{
border-color: #6986AF;
}
</style>