Shades of Ship Cove #6987AF
Tints of Ship Cove #6987AF
RGB
CMYK
RGB Variations
Color information
#6987AF (or 0x6987AF) is known color: Ship Cove. HEX triplet: 69, 87 and AF. RGB value is (105,135,175). Sum of RGB (Red+Green+Blue) = 105+135+175=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #6987AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6987AF is #967850. Grayscale: #828282. Windows color (decimal): -9861201 or 11503465. OLE color: 11503465.
HSL color Cylindrical-coordinate representation of color #6987AF: hue angle of 214.29º 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 #6987AF is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 135 | 175 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.31 |
| HSL | 214.29º | 0.3% | 0.55% | - |
| HSV(B) | 214.29º | 0.4% | 0.69% | - |
| XYZ | 22.23 | 23.43 | 43.91 | - |
| YUV | 130.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 175 | 0.40 | 0.23 | 0 | 0.31 | 214.29 | 0.3 | 0.55 |
| Hex | 69 | 87 | AF | 28 | 17 | 0 | 1F | D6 | 1E | 37 |
| Octal | 151 | 207 | 257 | 50 | 27 | 0 | 37 | 326 | 36 | 67 |
| Binary | 1101001 | 10000111 | 10101111 | 101000 | 10111 | 0 | 11111 | 11010110 | 11110 | 110111 |
Color Harmonies of #6987AF
Complementary color
Monochromatic Colors of #6987AF
Black with #6987AF
Text Example
Text Example
White with #6987AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6987AF; }
p { color: rgb(105,135,175); }
H1.HeaderClassName
{
color: #6987AF;
}
.AnyTagClassName
{
color: #6987AF;
}
</style>
background-color css
<style>
a { background-color: #6987AF; }
a { background-color: rgb(105,135,175); }
div.DivClassName
{
background-color: #6987AF;
}
.BgClassName
{
background-color: #6987AF;
}
</style>
border-color css
<style>
span { border-color: #6987AF; }
span { border-color: rgb(105,135,175); }
td.TdClassName
{
border-color: #6987AF;
}
.TagClassName
{
border-color: #6987AF;
}
</style>