Shades of Ship Cove #6F789C
Tints of Ship Cove #6F789C
RGB
CMYK
RGB Variations
Color information
#6F789C (or 0x6F789C) is known color: Ship Cove. HEX triplet: 6F, 78 and 9C. RGB value is (111,120,156). Sum of RGB (Red+Green+Blue) = 111+120+156=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F789C is #908763. Grayscale: #797979. Windows color (decimal): -9471844 or 10254447. OLE color: 10254447.
HSL color Cylindrical-coordinate representation of color #6F789C: hue angle of 228º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F789C is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 120 | 156 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.39 |
| HSL | 228º | 0.19% | 0.52% | - |
| HSV(B) | 228º | 0.29% | 0.61% | - |
| XYZ | 19.27 | 19.21 | 34.15 | - |
| YUV | 121.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 156 | 0.29 | 0.23 | 0 | 0.39 | 228 | 0.19 | 0.52 |
| Hex | 6F | 78 | 9C | 1D | 17 | 0 | 27 | E4 | 13 | 34 |
| Octal | 157 | 170 | 234 | 35 | 27 | 0 | 47 | 344 | 23 | 64 |
| Binary | 1101111 | 1111000 | 10011100 | 11101 | 10111 | 0 | 100111 | 11100100 | 10011 | 110100 |
Color Harmonies of #6F789C
Complementary color
Monochromatic Colors of #6F789C
Black with #6F789C
Text Example
Text Example
White with #6F789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F789C; }
p { color: rgb(111,120,156); }
H1.HeaderClassName
{
color: #6F789C;
}
.AnyTagClassName
{
color: #6F789C;
}
</style>
background-color css
<style>
a { background-color: #6F789C; }
a { background-color: rgb(111,120,156); }
div.DivClassName
{
background-color: #6F789C;
}
.BgClassName
{
background-color: #6F789C;
}
</style>
border-color css
<style>
span { border-color: #6F789C; }
span { border-color: rgb(111,120,156); }
td.TdClassName
{
border-color: #6F789C;
}
.TagClassName
{
border-color: #6F789C;
}
</style>