Shades of Ship Cove #6C789E
Tints of Ship Cove #6C789E
RGB
CMYK
RGB Variations
Color information
#6C789E (or 0x6C789E) is known color: Ship Cove. HEX triplet: 6C, 78 and 9E. RGB value is (108,120,158). Sum of RGB (Red+Green+Blue) = 108+120+158=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C789E is #938761. Grayscale: #787878. Windows color (decimal): -9668450 or 10385516. OLE color: 10385516.
HSL color Cylindrical-coordinate representation of color #6C789E: hue angle of 225.6º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C789E is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 120 | 158 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.38 |
| HSL | 225.6º | 0.2% | 0.52% | - |
| HSV(B) | 225.6º | 0.32% | 0.62% | - |
| XYZ | 19.07 | 19.09 | 35.03 | - |
| YUV | 120.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 158 | 0.32 | 0.24 | 0 | 0.38 | 225.6 | 0.2 | 0.52 |
| Hex | 6C | 78 | 9E | 20 | 18 | 0 | 26 | E2 | 14 | 34 |
| Octal | 154 | 170 | 236 | 40 | 30 | 0 | 46 | 342 | 24 | 64 |
| Binary | 1101100 | 1111000 | 10011110 | 100000 | 11000 | 0 | 100110 | 11100010 | 10100 | 110100 |
Color Harmonies of #6C789E
Complementary color
Monochromatic Colors of #6C789E
Black with #6C789E
Text Example
Text Example
White with #6C789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C789E; }
p { color: rgb(108,120,158); }
H1.HeaderClassName
{
color: #6C789E;
}
.AnyTagClassName
{
color: #6C789E;
}
</style>
background-color css
<style>
a { background-color: #6C789E; }
a { background-color: rgb(108,120,158); }
div.DivClassName
{
background-color: #6C789E;
}
.BgClassName
{
background-color: #6C789E;
}
</style>
border-color css
<style>
span { border-color: #6C789E; }
span { border-color: rgb(108,120,158); }
td.TdClassName
{
border-color: #6C789E;
}
.TagClassName
{
border-color: #6C789E;
}
</style>