Shades of Ship Cove #6883AD
Tints of Ship Cove #6883AD
RGB
CMYK
RGB Variations
Color information
#6883AD (or 0x6883AD) is known color: Ship Cove. HEX triplet: 68, 83 and AD. RGB value is (104,131,173). Sum of RGB (Red+Green+Blue) = 104+131+173=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #6883AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6883AD is #977C52. Grayscale: #7F7F7F. Windows color (decimal): -9927763 or 11371368. OLE color: 11371368.
HSL color Cylindrical-coordinate representation of color #6883AD: hue angle of 216.52º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6883AD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 131 | 173 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.32 |
| HSL | 216.52º | 0.3% | 0.54% | - |
| HSV(B) | 216.52º | 0.4% | 0.68% | - |
| XYZ | 21.37 | 22.19 | 42.69 | - |
| YUV | 127.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 173 | 0.40 | 0.24 | 0 | 0.32 | 216.52 | 0.3 | 0.54 |
| Hex | 68 | 83 | AD | 28 | 18 | 0 | 20 | D9 | 1E | 36 |
| Octal | 150 | 203 | 255 | 50 | 30 | 0 | 40 | 331 | 36 | 66 |
| Binary | 1101000 | 10000011 | 10101101 | 101000 | 11000 | 0 | 100000 | 11011001 | 11110 | 110110 |
Color Harmonies of #6883AD
Complementary color
Monochromatic Colors of #6883AD
Black with #6883AD
Text Example
Text Example
White with #6883AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883AD; }
p { color: rgb(104,131,173); }
H1.HeaderClassName
{
color: #6883AD;
}
.AnyTagClassName
{
color: #6883AD;
}
</style>
background-color css
<style>
a { background-color: #6883AD; }
a { background-color: rgb(104,131,173); }
div.DivClassName
{
background-color: #6883AD;
}
.BgClassName
{
background-color: #6883AD;
}
</style>
border-color css
<style>
span { border-color: #6883AD; }
span { border-color: rgb(104,131,173); }
td.TdClassName
{
border-color: #6883AD;
}
.TagClassName
{
border-color: #6883AD;
}
</style>