Shades of Ship Cove #6A87AE
Tints of Ship Cove #6A87AE
RGB
CMYK
RGB Variations
Color information
#6A87AE (or 0x6A87AE) is known color: Ship Cove. HEX triplet: 6A, 87 and AE. RGB value is (106,135,174). Sum of RGB (Red+Green+Blue) = 106+135+174=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A87AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A87AE is #957851. Grayscale: #828282. Windows color (decimal): -9795666 or 11437930. OLE color: 11437930.
HSL color Cylindrical-coordinate representation of color #6A87AE: hue angle of 214.41º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A87AE is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 135 | 174 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.32 |
| HSL | 214.41º | 0.3% | 0.55% | - |
| HSV(B) | 214.41º | 0.39% | 0.68% | - |
| XYZ | 22.25 | 23.45 | 43.4 | - |
| YUV | 130.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 174 | 0.39 | 0.22 | 0 | 0.32 | 214.41 | 0.3 | 0.55 |
| Hex | 6A | 87 | AE | 27 | 16 | 0 | 20 | D6 | 1E | 37 |
| Octal | 152 | 207 | 256 | 47 | 26 | 0 | 40 | 326 | 36 | 67 |
| Binary | 1101010 | 10000111 | 10101110 | 100111 | 10110 | 0 | 100000 | 11010110 | 11110 | 110111 |
Color Harmonies of #6A87AE
Complementary color
Monochromatic Colors of #6A87AE
Black with #6A87AE
Text Example
Text Example
White with #6A87AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A87AE; }
p { color: rgb(106,135,174); }
H1.HeaderClassName
{
color: #6A87AE;
}
.AnyTagClassName
{
color: #6A87AE;
}
</style>
background-color css
<style>
a { background-color: #6A87AE; }
a { background-color: rgb(106,135,174); }
div.DivClassName
{
background-color: #6A87AE;
}
.BgClassName
{
background-color: #6A87AE;
}
</style>
border-color css
<style>
span { border-color: #6A87AE; }
span { border-color: rgb(106,135,174); }
td.TdClassName
{
border-color: #6A87AE;
}
.TagClassName
{
border-color: #6A87AE;
}
</style>