Shades of Ship Cove #6883AC
Tints of Ship Cove #6883AC
RGB
CMYK
RGB Variations
Color information
#6883AC (or 0x6883AC) is known color: Ship Cove. HEX triplet: 68, 83 and AC. RGB value is (104,131,172). Sum of RGB (Red+Green+Blue) = 104+131+172=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #6883AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6883AC is #977C53. Grayscale: #7F7F7F. Windows color (decimal): -9927764 or 11305832. OLE color: 11305832.
HSL color Cylindrical-coordinate representation of color #6883AC: hue angle of 216.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6883AC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 131 | 172 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.33 |
| HSL | 216.18º | 0.29% | 0.54% | - |
| HSV(B) | 216.18º | 0.4% | 0.67% | - |
| XYZ | 21.27 | 22.15 | 42.18 | - |
| YUV | 127.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 172 | 0.40 | 0.24 | 0 | 0.33 | 216.18 | 0.29 | 0.54 |
| Hex | 68 | 83 | AC | 28 | 18 | 0 | 21 | D8 | 1D | 36 |
| Octal | 150 | 203 | 254 | 50 | 30 | 0 | 41 | 330 | 35 | 66 |
| Binary | 1101000 | 10000011 | 10101100 | 101000 | 11000 | 0 | 100001 | 11011000 | 11101 | 110110 |
Color Harmonies of #6883AC
Complementary color
Monochromatic Colors of #6883AC
Black with #6883AC
Text Example
Text Example
White with #6883AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883AC; }
p { color: rgb(104,131,172); }
H1.HeaderClassName
{
color: #6883AC;
}
.AnyTagClassName
{
color: #6883AC;
}
</style>
background-color css
<style>
a { background-color: #6883AC; }
a { background-color: rgb(104,131,172); }
div.DivClassName
{
background-color: #6883AC;
}
.BgClassName
{
background-color: #6883AC;
}
</style>
border-color css
<style>
span { border-color: #6883AC; }
span { border-color: rgb(104,131,172); }
td.TdClassName
{
border-color: #6883AC;
}
.TagClassName
{
border-color: #6883AC;
}
</style>