Shades of Ship Cove #6F7C9C
Tints of Ship Cove #6F7C9C
RGB
CMYK
RGB Variations
Color information
#6F7C9C (or 0x6F7C9C) is known color: Ship Cove. HEX triplet: 6F, 7C and 9C. RGB value is (111,124,156). Sum of RGB (Red+Green+Blue) = 111+124+156=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F7C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7C9C is #908363. Grayscale: #7B7B7B. Windows color (decimal): -9470820 or 10255471. OLE color: 10255471.
HSL color Cylindrical-coordinate representation of color #6F7C9C: hue angle of 222.67º 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 #6F7C9C is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 124 | 156 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.39 |
| HSL | 222.67º | 0.19% | 0.52% | - |
| HSV(B) | 222.67º | 0.29% | 0.61% | - |
| XYZ | 19.76 | 20.2 | 34.31 | - |
| YUV | 123.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 156 | 0.29 | 0.21 | 0 | 0.39 | 222.67 | 0.19 | 0.52 |
| Hex | 6F | 7C | 9C | 1D | 15 | 0 | 27 | DF | 13 | 34 |
| Octal | 157 | 174 | 234 | 35 | 25 | 0 | 47 | 337 | 23 | 64 |
| Binary | 1101111 | 1111100 | 10011100 | 11101 | 10101 | 0 | 100111 | 11011111 | 10011 | 110100 |
Color Harmonies of #6F7C9C
Complementary color
Monochromatic Colors of #6F7C9C
Black with #6F7C9C
Text Example
Text Example
White with #6F7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C9C; }
p { color: rgb(111,124,156); }
H1.HeaderClassName
{
color: #6F7C9C;
}
.AnyTagClassName
{
color: #6F7C9C;
}
</style>
background-color css
<style>
a { background-color: #6F7C9C; }
a { background-color: rgb(111,124,156); }
div.DivClassName
{
background-color: #6F7C9C;
}
.BgClassName
{
background-color: #6F7C9C;
}
</style>
border-color css
<style>
span { border-color: #6F7C9C; }
span { border-color: rgb(111,124,156); }
td.TdClassName
{
border-color: #6F7C9C;
}
.TagClassName
{
border-color: #6F7C9C;
}
</style>