Shades of Ship Cove #6D83AF
Tints of Ship Cove #6D83AF
RGB
CMYK
RGB Variations
Color information
#6D83AF (or 0x6D83AF) is known color: Ship Cove. HEX triplet: 6D, 83 and AF. RGB value is (109,131,175). Sum of RGB (Red+Green+Blue) = 109+131+175=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D83AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D83AF is #927C50. Grayscale: #818181. Windows color (decimal): -9600081 or 11502445. OLE color: 11502445.
HSL color Cylindrical-coordinate representation of color #6D83AF: hue angle of 220º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D83AF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 131 | 175 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.31 |
| HSL | 220º | 0.29% | 0.56% | - |
| HSV(B) | 220º | 0.38% | 0.69% | - |
| XYZ | 22.16 | 22.58 | 43.75 | - |
| YUV | 129.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 175 | 0.38 | 0.25 | 0 | 0.31 | 220 | 0.29 | 0.56 |
| Hex | 6D | 83 | AF | 26 | 19 | 0 | 1F | DC | 1D | 38 |
| Octal | 155 | 203 | 257 | 46 | 31 | 0 | 37 | 334 | 35 | 70 |
| Binary | 1101101 | 10000011 | 10101111 | 100110 | 11001 | 0 | 11111 | 11011100 | 11101 | 111000 |
Color Harmonies of #6D83AF
Complementary color
Monochromatic Colors of #6D83AF
Black with #6D83AF
Text Example
Text Example
White with #6D83AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D83AF; }
p { color: rgb(109,131,175); }
H1.HeaderClassName
{
color: #6D83AF;
}
.AnyTagClassName
{
color: #6D83AF;
}
</style>
background-color css
<style>
a { background-color: #6D83AF; }
a { background-color: rgb(109,131,175); }
div.DivClassName
{
background-color: #6D83AF;
}
.BgClassName
{
background-color: #6D83AF;
}
</style>
border-color css
<style>
span { border-color: #6D83AF; }
span { border-color: rgb(109,131,175); }
td.TdClassName
{
border-color: #6D83AF;
}
.TagClassName
{
border-color: #6D83AF;
}
</style>