Shades of Ship Cove #6F84AD
Tints of Ship Cove #6F84AD
RGB
CMYK
RGB Variations
Color information
#6F84AD (or 0x6F84AD) is known color: Ship Cove. HEX triplet: 6F, 84 and AD. RGB value is (111,132,173). Sum of RGB (Red+Green+Blue) = 111+132+173=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F84AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F84AD is #907B52. Grayscale: #828282. Windows color (decimal): -9468755 or 11371631. OLE color: 11371631.
HSL color Cylindrical-coordinate representation of color #6F84AD: hue angle of 219.68º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F84AD is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 132 | 173 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.32 |
| HSL | 219.68º | 0.27% | 0.56% | - |
| HSV(B) | 219.68º | 0.36% | 0.68% | - |
| XYZ | 22.35 | 22.9 | 42.78 | - |
| YUV | 130.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 173 | 0.36 | 0.24 | 0 | 0.32 | 219.68 | 0.27 | 0.56 |
| Hex | 6F | 84 | AD | 24 | 18 | 0 | 20 | DC | 1B | 38 |
| Octal | 157 | 204 | 255 | 44 | 30 | 0 | 40 | 334 | 33 | 70 |
| Binary | 1101111 | 10000100 | 10101101 | 100100 | 11000 | 0 | 100000 | 11011100 | 11011 | 111000 |
Color Harmonies of #6F84AD
Complementary color
Monochromatic Colors of #6F84AD
Black with #6F84AD
Text Example
Text Example
White with #6F84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F84AD; }
p { color: rgb(111,132,173); }
H1.HeaderClassName
{
color: #6F84AD;
}
.AnyTagClassName
{
color: #6F84AD;
}
</style>
background-color css
<style>
a { background-color: #6F84AD; }
a { background-color: rgb(111,132,173); }
div.DivClassName
{
background-color: #6F84AD;
}
.BgClassName
{
background-color: #6F84AD;
}
</style>
border-color css
<style>
span { border-color: #6F84AD; }
span { border-color: rgb(111,132,173); }
td.TdClassName
{
border-color: #6F84AD;
}
.TagClassName
{
border-color: #6F84AD;
}
</style>