Shades of Ship Cove #6B7AA5
Tints of Ship Cove #6B7AA5
RGB
CMYK
RGB Variations
Color information
#6B7AA5 (or 0x6B7AA5) is known color: Ship Cove. HEX triplet: 6B, 7A and A5. RGB value is (107,122,165). Sum of RGB (Red+Green+Blue) = 107+122+165=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #6B7AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7AA5 is #94855A. Grayscale: #7A7A7A. Windows color (decimal): -9733467 or 10844779. OLE color: 10844779.
HSL color Cylindrical-coordinate representation of color #6B7AA5: hue angle of 224.48º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B7AA5 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 122 | 165 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.35 |
| HSL | 224.48º | 0.24% | 0.53% | - |
| HSV(B) | 224.48º | 0.35% | 0.65% | - |
| XYZ | 19.81 | 19.76 | 38.37 | - |
| YUV | 122.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 165 | 0.35 | 0.26 | 0 | 0.35 | 224.48 | 0.24 | 0.53 |
| Hex | 6B | 7A | A5 | 23 | 1A | 0 | 23 | E0 | 18 | 35 |
| Octal | 153 | 172 | 245 | 43 | 32 | 0 | 43 | 340 | 30 | 65 |
| Binary | 1101011 | 1111010 | 10100101 | 100011 | 11010 | 0 | 100011 | 11100000 | 11000 | 110101 |
Color Harmonies of #6B7AA5
Complementary color
Monochromatic Colors of #6B7AA5
Black with #6B7AA5
Text Example
Text Example
White with #6B7AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7AA5; }
p { color: rgb(107,122,165); }
H1.HeaderClassName
{
color: #6B7AA5;
}
.AnyTagClassName
{
color: #6B7AA5;
}
</style>
background-color css
<style>
a { background-color: #6B7AA5; }
a { background-color: rgb(107,122,165); }
div.DivClassName
{
background-color: #6B7AA5;
}
.BgClassName
{
background-color: #6B7AA5;
}
</style>
border-color css
<style>
span { border-color: #6B7AA5; }
span { border-color: rgb(107,122,165); }
td.TdClassName
{
border-color: #6B7AA5;
}
.TagClassName
{
border-color: #6B7AA5;
}
</style>