Shades of Ship Cove #6B86AF
Tints of Ship Cove #6B86AF
RGB
CMYK
RGB Variations
Color information
#6B86AF (or 0x6B86AF) is known color: Ship Cove. HEX triplet: 6B, 86 and AF. RGB value is (107,134,175). Sum of RGB (Red+Green+Blue) = 107+134+175=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B86AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B86AF is #947950. Grayscale: #828282. Windows color (decimal): -9730385 or 11503211. OLE color: 11503211.
HSL color Cylindrical-coordinate representation of color #6B86AF: hue angle of 216.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B86AF is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 134 | 175 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.31 |
| HSL | 216.18º | 0.3% | 0.55% | - |
| HSV(B) | 216.18º | 0.39% | 0.69% | - |
| XYZ | 22.33 | 23.27 | 43.87 | - |
| YUV | 130.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 175 | 0.39 | 0.23 | 0 | 0.31 | 216.18 | 0.3 | 0.55 |
| Hex | 6B | 86 | AF | 27 | 17 | 0 | 1F | D8 | 1E | 37 |
| Octal | 153 | 206 | 257 | 47 | 27 | 0 | 37 | 330 | 36 | 67 |
| Binary | 1101011 | 10000110 | 10101111 | 100111 | 10111 | 0 | 11111 | 11011000 | 11110 | 110111 |
Color Harmonies of #6B86AF
Complementary color
Monochromatic Colors of #6B86AF
Black with #6B86AF
Text Example
Text Example
White with #6B86AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B86AF; }
p { color: rgb(107,134,175); }
H1.HeaderClassName
{
color: #6B86AF;
}
.AnyTagClassName
{
color: #6B86AF;
}
</style>
background-color css
<style>
a { background-color: #6B86AF; }
a { background-color: rgb(107,134,175); }
div.DivClassName
{
background-color: #6B86AF;
}
.BgClassName
{
background-color: #6B86AF;
}
</style>
border-color css
<style>
span { border-color: #6B86AF; }
span { border-color: rgb(107,134,175); }
td.TdClassName
{
border-color: #6B86AF;
}
.TagClassName
{
border-color: #6B86AF;
}
</style>