Shades of Ship Cove #6A7FAA
Tints of Ship Cove #6A7FAA
RGB
CMYK
RGB Variations
Color information
#6A7FAA (or 0x6A7FAA) is known color: Ship Cove. HEX triplet: 6A, 7F and AA. RGB value is (106,127,170). Sum of RGB (Red+Green+Blue) = 106+127+170=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A7FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7FAA is #958055. Grayscale: #7D7D7D. Windows color (decimal): -9797718 or 11173738. OLE color: 11173738.
HSL color Cylindrical-coordinate representation of color #6A7FAA: hue angle of 220.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A7FAA is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 127 | 170 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.33 |
| HSL | 220.31º | 0.27% | 0.54% | - |
| HSV(B) | 220.31º | 0.38% | 0.67% | - |
| XYZ | 20.79 | 21.15 | 41.02 | - |
| YUV | 125.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 127 | 170 | 0.38 | 0.25 | 0 | 0.33 | 220.31 | 0.27 | 0.54 |
| Hex | 6A | 7F | AA | 26 | 19 | 0 | 21 | DC | 1B | 36 |
| Octal | 152 | 177 | 252 | 46 | 31 | 0 | 41 | 334 | 33 | 66 |
| Binary | 1101010 | 1111111 | 10101010 | 100110 | 11001 | 0 | 100001 | 11011100 | 11011 | 110110 |
Color Harmonies of #6A7FAA
Complementary color
Monochromatic Colors of #6A7FAA
Black with #6A7FAA
Text Example
Text Example
White with #6A7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7FAA; }
p { color: rgb(106,127,170); }
H1.HeaderClassName
{
color: #6A7FAA;
}
.AnyTagClassName
{
color: #6A7FAA;
}
</style>
background-color css
<style>
a { background-color: #6A7FAA; }
a { background-color: rgb(106,127,170); }
div.DivClassName
{
background-color: #6A7FAA;
}
.BgClassName
{
background-color: #6A7FAA;
}
</style>
border-color css
<style>
span { border-color: #6A7FAA; }
span { border-color: rgb(106,127,170); }
td.TdClassName
{
border-color: #6A7FAA;
}
.TagClassName
{
border-color: #6A7FAA;
}
</style>