Shades of Ship Cove #6F7BA2
Tints of Ship Cove #6F7BA2
RGB
CMYK
RGB Variations
Color information
#6F7BA2 (or 0x6F7BA2) is known color: Ship Cove. HEX triplet: 6F, 7B and A2. RGB value is (111,123,162). Sum of RGB (Red+Green+Blue) = 111+123+162=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 162 - color contains mainly: blue. Hex color #6F7BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7BA2 is #90845D. Grayscale: #7B7B7B. Windows color (decimal): -9471070 or 10648431. OLE color: 10648431.
HSL color Cylindrical-coordinate representation of color #6F7BA2: hue angle of 225.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F7BA2 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 123 | 162 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.36 |
| HSL | 225.88º | 0.22% | 0.54% | - |
| HSV(B) | 225.88º | 0.31% | 0.64% | - |
| XYZ | 20.16 | 20.15 | 37.01 | - |
| YUV | 123.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 162 | 0.31 | 0.24 | 0 | 0.36 | 225.88 | 0.22 | 0.54 |
| Hex | 6F | 7B | A2 | 1F | 18 | 0 | 24 | E2 | 16 | 36 |
| Octal | 157 | 173 | 242 | 37 | 30 | 0 | 44 | 342 | 26 | 66 |
| Binary | 1101111 | 1111011 | 10100010 | 11111 | 11000 | 0 | 100100 | 11100010 | 10110 | 110110 |
Color Harmonies of #6F7BA2
Complementary color
Monochromatic Colors of #6F7BA2
Black with #6F7BA2
Text Example
Text Example
White with #6F7BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7BA2; }
p { color: rgb(111,123,162); }
H1.HeaderClassName
{
color: #6F7BA2;
}
.AnyTagClassName
{
color: #6F7BA2;
}
</style>
background-color css
<style>
a { background-color: #6F7BA2; }
a { background-color: rgb(111,123,162); }
div.DivClassName
{
background-color: #6F7BA2;
}
.BgClassName
{
background-color: #6F7BA2;
}
</style>
border-color css
<style>
span { border-color: #6F7BA2; }
span { border-color: rgb(111,123,162); }
td.TdClassName
{
border-color: #6F7BA2;
}
.TagClassName
{
border-color: #6F7BA2;
}
</style>