Shades of Ship Cove #6A83AD
Tints of Ship Cove #6A83AD
RGB
CMYK
RGB Variations
Color information
#6A83AD (or 0x6A83AD) is known color: Ship Cove. HEX triplet: 6A, 83 and AD. RGB value is (106,131,173). Sum of RGB (Red+Green+Blue) = 106+131+173=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A83AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A83AD is #957C52. Grayscale: #808080. Windows color (decimal): -9796691 or 11371370. OLE color: 11371370.
HSL color Cylindrical-coordinate representation of color #6A83AD: hue angle of 217.61º degrees, saturation: 0.29, 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 #6A83AD is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 131 | 173 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.32 |
| HSL | 217.61º | 0.29% | 0.55% | - |
| HSV(B) | 217.61º | 0.39% | 0.68% | - |
| XYZ | 21.6 | 22.31 | 42.7 | - |
| YUV | 128.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 173 | 0.39 | 0.24 | 0 | 0.32 | 217.61 | 0.29 | 0.55 |
| Hex | 6A | 83 | AD | 27 | 18 | 0 | 20 | DA | 1D | 37 |
| Octal | 152 | 203 | 255 | 47 | 30 | 0 | 40 | 332 | 35 | 67 |
| Binary | 1101010 | 10000011 | 10101101 | 100111 | 11000 | 0 | 100000 | 11011010 | 11101 | 110111 |
Color Harmonies of #6A83AD
Complementary color
Monochromatic Colors of #6A83AD
Black with #6A83AD
Text Example
Text Example
White with #6A83AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A83AD; }
p { color: rgb(106,131,173); }
H1.HeaderClassName
{
color: #6A83AD;
}
.AnyTagClassName
{
color: #6A83AD;
}
</style>
background-color css
<style>
a { background-color: #6A83AD; }
a { background-color: rgb(106,131,173); }
div.DivClassName
{
background-color: #6A83AD;
}
.BgClassName
{
background-color: #6A83AD;
}
</style>
border-color css
<style>
span { border-color: #6A83AD; }
span { border-color: rgb(106,131,173); }
td.TdClassName
{
border-color: #6A83AD;
}
.TagClassName
{
border-color: #6A83AD;
}
</style>