Shades of Ship Cove #6F81AF
Tints of Ship Cove #6F81AF
RGB
CMYK
RGB Variations
Color information
#6F81AF (or 0x6F81AF) is known color: Ship Cove. HEX triplet: 6F, 81 and AF. RGB value is (111,129,175). Sum of RGB (Red+Green+Blue) = 111+129+175=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 129 (50.78% from 255 or 31.08% 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 #6F81AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F81AF is #907E50. Grayscale: #808080. Windows color (decimal): -9469521 or 11501935. OLE color: 11501935.
HSL color Cylindrical-coordinate representation of color #6F81AF: hue angle of 223.12º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F81AF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 129 | 175 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.31 |
| HSL | 223.13º | 0.29% | 0.56% | - |
| HSV(B) | 223.13º | 0.37% | 0.69% | - |
| XYZ | 22.14 | 22.18 | 43.67 | - |
| YUV | 128.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 175 | 0.37 | 0.26 | 0 | 0.31 | 223.13 | 0.29 | 0.56 |
| Hex | 6F | 81 | AF | 25 | 1A | 0 | 1F | DF | 1D | 38 |
| Octal | 157 | 201 | 257 | 45 | 32 | 0 | 37 | 337 | 35 | 70 |
| Binary | 1101111 | 10000001 | 10101111 | 100101 | 11010 | 0 | 11111 | 11011111 | 11101 | 111000 |
Color Harmonies of #6F81AF
Complementary color
Monochromatic Colors of #6F81AF
Black with #6F81AF
Text Example
Text Example
White with #6F81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F81AF; }
p { color: rgb(111,129,175); }
H1.HeaderClassName
{
color: #6F81AF;
}
.AnyTagClassName
{
color: #6F81AF;
}
</style>
background-color css
<style>
a { background-color: #6F81AF; }
a { background-color: rgb(111,129,175); }
div.DivClassName
{
background-color: #6F81AF;
}
.BgClassName
{
background-color: #6F81AF;
}
</style>
border-color css
<style>
span { border-color: #6F81AF; }
span { border-color: rgb(111,129,175); }
td.TdClassName
{
border-color: #6F81AF;
}
.TagClassName
{
border-color: #6F81AF;
}
</style>