Shades of Ship Cove #6B83A9
Tints of Ship Cove #6B83A9
RGB
CMYK
RGB Variations
Color information
#6B83A9 (or 0x6B83A9) is known color: Ship Cove. HEX triplet: 6B, 83 and A9. RGB value is (107,131,169). Sum of RGB (Red+Green+Blue) = 107+131+169=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B83A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B83A9 is #947C56. Grayscale: #7F7F7F. Windows color (decimal): -9731159 or 11109227. OLE color: 11109227.
HSL color Cylindrical-coordinate representation of color #6B83A9: hue angle of 216.77º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B83A9 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 131 | 169 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.34 |
| HSL | 216.77º | 0.26% | 0.54% | - |
| HSV(B) | 216.77º | 0.37% | 0.66% | - |
| XYZ | 21.34 | 22.22 | 40.7 | - |
| YUV | 128.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 169 | 0.37 | 0.22 | 0 | 0.34 | 216.77 | 0.26 | 0.54 |
| Hex | 6B | 83 | A9 | 25 | 16 | 0 | 22 | D9 | 1A | 36 |
| Octal | 153 | 203 | 251 | 45 | 26 | 0 | 42 | 331 | 32 | 66 |
| Binary | 1101011 | 10000011 | 10101001 | 100101 | 10110 | 0 | 100010 | 11011001 | 11010 | 110110 |
Color Harmonies of #6B83A9
Complementary color
Monochromatic Colors of #6B83A9
Black with #6B83A9
Text Example
Text Example
White with #6B83A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B83A9; }
p { color: rgb(107,131,169); }
H1.HeaderClassName
{
color: #6B83A9;
}
.AnyTagClassName
{
color: #6B83A9;
}
</style>
background-color css
<style>
a { background-color: #6B83A9; }
a { background-color: rgb(107,131,169); }
div.DivClassName
{
background-color: #6B83A9;
}
.BgClassName
{
background-color: #6B83A9;
}
</style>
border-color css
<style>
span { border-color: #6B83A9; }
span { border-color: rgb(107,131,169); }
td.TdClassName
{
border-color: #6B83A9;
}
.TagClassName
{
border-color: #6B83A9;
}
</style>