Shades of Ship Cove #6F81A3
Tints of Ship Cove #6F81A3
RGB
CMYK
RGB Variations
Color information
#6F81A3 (or 0x6F81A3) is known color: Ship Cove. HEX triplet: 6F, 81 and A3. RGB value is (111,129,163). Sum of RGB (Red+Green+Blue) = 111+129+163=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F81A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F81A3 is #907E5C. Grayscale: #7F7F7F. Windows color (decimal): -9469533 or 10715503. OLE color: 10715503.
HSL color Cylindrical-coordinate representation of color #6F81A3: hue angle of 219.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F81A3 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 129 | 163 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.36 |
| HSL | 219.23º | 0.22% | 0.54% | - |
| HSV(B) | 219.23º | 0.32% | 0.64% | - |
| XYZ | 21.02 | 21.72 | 37.74 | - |
| YUV | 127.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 163 | 0.32 | 0.21 | 0 | 0.36 | 219.23 | 0.22 | 0.54 |
| Hex | 6F | 81 | A3 | 20 | 15 | 0 | 24 | DB | 16 | 36 |
| Octal | 157 | 201 | 243 | 40 | 25 | 0 | 44 | 333 | 26 | 66 |
| Binary | 1101111 | 10000001 | 10100011 | 100000 | 10101 | 0 | 100100 | 11011011 | 10110 | 110110 |
Color Harmonies of #6F81A3
Complementary color
Monochromatic Colors of #6F81A3
Black with #6F81A3
Text Example
Text Example
White with #6F81A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F81A3; }
p { color: rgb(111,129,163); }
H1.HeaderClassName
{
color: #6F81A3;
}
.AnyTagClassName
{
color: #6F81A3;
}
</style>
background-color css
<style>
a { background-color: #6F81A3; }
a { background-color: rgb(111,129,163); }
div.DivClassName
{
background-color: #6F81A3;
}
.BgClassName
{
background-color: #6F81A3;
}
</style>
border-color css
<style>
span { border-color: #6F81A3; }
span { border-color: rgb(111,129,163); }
td.TdClassName
{
border-color: #6F81A3;
}
.TagClassName
{
border-color: #6F81A3;
}
</style>