Shades of Ship Cove #6783AE
Tints of Ship Cove #6783AE
RGB
CMYK
RGB Variations
Color information
#6783AE (or 0x6783AE) is known color: Ship Cove. HEX triplet: 67, 83 and AE. RGB value is (103,131,174). Sum of RGB (Red+Green+Blue) = 103+131+174=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6783AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6783AE is #987C51. Grayscale: #7F7F7F. Windows color (decimal): -9993298 or 11436903. OLE color: 11436903.
HSL color Cylindrical-coordinate representation of color #6783AE: hue angle of 216.34º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6783AE is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 131 | 174 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.32 |
| HSL | 216.34º | 0.3% | 0.54% | - |
| HSV(B) | 216.34º | 0.41% | 0.68% | - |
| XYZ | 21.35 | 22.17 | 43.2 | - |
| YUV | 127.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 174 | 0.41 | 0.25 | 0 | 0.32 | 216.34 | 0.3 | 0.54 |
| Hex | 67 | 83 | AE | 29 | 19 | 0 | 20 | D8 | 1E | 36 |
| Octal | 147 | 203 | 256 | 51 | 31 | 0 | 40 | 330 | 36 | 66 |
| Binary | 1100111 | 10000011 | 10101110 | 101001 | 11001 | 0 | 100000 | 11011000 | 11110 | 110110 |
Color Harmonies of #6783AE
Complementary color
Monochromatic Colors of #6783AE
Black with #6783AE
Text Example
Text Example
White with #6783AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6783AE; }
p { color: rgb(103,131,174); }
H1.HeaderClassName
{
color: #6783AE;
}
.AnyTagClassName
{
color: #6783AE;
}
</style>
background-color css
<style>
a { background-color: #6783AE; }
a { background-color: rgb(103,131,174); }
div.DivClassName
{
background-color: #6783AE;
}
.BgClassName
{
background-color: #6783AE;
}
</style>
border-color css
<style>
span { border-color: #6783AE; }
span { border-color: rgb(103,131,174); }
td.TdClassName
{
border-color: #6783AE;
}
.TagClassName
{
border-color: #6783AE;
}
</style>