Shades of Ship Cove #6F7AA7
Tints of Ship Cove #6F7AA7
RGB
CMYK
RGB Variations
Color information
#6F7AA7 (or 0x6F7AA7) is known color: Ship Cove. HEX triplet: 6F, 7A and A7. RGB value is (111,122,167). Sum of RGB (Red+Green+Blue) = 111+122+167=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 167 - color contains mainly: blue. Hex color #6F7AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7AA7 is #908558. Grayscale: #7B7B7B. Windows color (decimal): -9471321 or 10975855. OLE color: 10975855.
HSL color Cylindrical-coordinate representation of color #6F7AA7: hue angle of 228.21º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F7AA7 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 122 | 167 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.35 |
| HSL | 228.21º | 0.24% | 0.55% | - |
| HSV(B) | 228.21º | 0.34% | 0.65% | - |
| XYZ | 20.49 | 20.09 | 39.36 | - |
| YUV | 123.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 167 | 0.34 | 0.27 | 0 | 0.35 | 228.21 | 0.24 | 0.55 |
| Hex | 6F | 7A | A7 | 22 | 1B | 0 | 23 | E4 | 18 | 37 |
| Octal | 157 | 172 | 247 | 42 | 33 | 0 | 43 | 344 | 30 | 67 |
| Binary | 1101111 | 1111010 | 10100111 | 100010 | 11011 | 0 | 100011 | 11100100 | 11000 | 110111 |
Color Harmonies of #6F7AA7
Complementary color
Monochromatic Colors of #6F7AA7
Black with #6F7AA7
Text Example
Text Example
White with #6F7AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7AA7; }
p { color: rgb(111,122,167); }
H1.HeaderClassName
{
color: #6F7AA7;
}
.AnyTagClassName
{
color: #6F7AA7;
}
</style>
background-color css
<style>
a { background-color: #6F7AA7; }
a { background-color: rgb(111,122,167); }
div.DivClassName
{
background-color: #6F7AA7;
}
.BgClassName
{
background-color: #6F7AA7;
}
</style>
border-color css
<style>
span { border-color: #6F7AA7; }
span { border-color: rgb(111,122,167); }
td.TdClassName
{
border-color: #6F7AA7;
}
.TagClassName
{
border-color: #6F7AA7;
}
</style>