Shades of Ship Cove #6B86AE
Tints of Ship Cove #6B86AE
RGB
CMYK
RGB Variations
Color information
#6B86AE (or 0x6B86AE) is known color: Ship Cove. HEX triplet: 6B, 86 and AE. RGB value is (107,134,174). Sum of RGB (Red+Green+Blue) = 107+134+174=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 134 (52.73% from 255 or 32.29% 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 #6B86AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B86AE is #947951. Grayscale: #828282. Windows color (decimal): -9730386 or 11437675. OLE color: 11437675.
HSL color Cylindrical-coordinate representation of color #6B86AE: hue angle of 215.82º 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 #6B86AE is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 134 | 174 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.32 |
| HSL | 215.82º | 0.29% | 0.55% | - |
| HSV(B) | 215.82º | 0.39% | 0.68% | - |
| XYZ | 22.23 | 23.23 | 43.36 | - |
| YUV | 130.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 174 | 0.39 | 0.23 | 0 | 0.32 | 215.82 | 0.29 | 0.55 |
| Hex | 6B | 86 | AE | 27 | 17 | 0 | 20 | D8 | 1D | 37 |
| Octal | 153 | 206 | 256 | 47 | 27 | 0 | 40 | 330 | 35 | 67 |
| Binary | 1101011 | 10000110 | 10101110 | 100111 | 10111 | 0 | 100000 | 11011000 | 11101 | 110111 |
Color Harmonies of #6B86AE
Complementary color
Monochromatic Colors of #6B86AE
Black with #6B86AE
Text Example
Text Example
White with #6B86AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B86AE; }
p { color: rgb(107,134,174); }
H1.HeaderClassName
{
color: #6B86AE;
}
.AnyTagClassName
{
color: #6B86AE;
}
</style>
background-color css
<style>
a { background-color: #6B86AE; }
a { background-color: rgb(107,134,174); }
div.DivClassName
{
background-color: #6B86AE;
}
.BgClassName
{
background-color: #6B86AE;
}
</style>
border-color css
<style>
span { border-color: #6B86AE; }
span { border-color: rgb(107,134,174); }
td.TdClassName
{
border-color: #6B86AE;
}
.TagClassName
{
border-color: #6B86AE;
}
</style>