Shades of Ship Cove #6A7EAF
Tints of Ship Cove #6A7EAF
RGB
CMYK
RGB Variations
Color information
#6A7EAF (or 0x6A7EAF) is known color: Ship Cove. HEX triplet: 6A, 7E and AF. RGB value is (106,126,175). Sum of RGB (Red+Green+Blue) = 106+126+175=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A7EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7EAF is #958150. Grayscale: #7D7D7D. Windows color (decimal): -9797969 or 11501162. OLE color: 11501162.
HSL color Cylindrical-coordinate representation of color #6A7EAF: hue angle of 222.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A7EAF is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 126 | 175 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.31 |
| HSL | 222.61º | 0.3% | 0.55% | - |
| HSV(B) | 222.61º | 0.39% | 0.69% | - |
| XYZ | 21.14 | 21.08 | 43.51 | - |
| YUV | 125.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 175 | 0.39 | 0.28 | 0 | 0.31 | 222.61 | 0.3 | 0.55 |
| Hex | 6A | 7E | AF | 27 | 1C | 0 | 1F | DF | 1E | 37 |
| Octal | 152 | 176 | 257 | 47 | 34 | 0 | 37 | 337 | 36 | 67 |
| Binary | 1101010 | 1111110 | 10101111 | 100111 | 11100 | 0 | 11111 | 11011111 | 11110 | 110111 |
Color Harmonies of #6A7EAF
Complementary color
Monochromatic Colors of #6A7EAF
Black with #6A7EAF
Text Example
Text Example
White with #6A7EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7EAF; }
p { color: rgb(106,126,175); }
H1.HeaderClassName
{
color: #6A7EAF;
}
.AnyTagClassName
{
color: #6A7EAF;
}
</style>
background-color css
<style>
a { background-color: #6A7EAF; }
a { background-color: rgb(106,126,175); }
div.DivClassName
{
background-color: #6A7EAF;
}
.BgClassName
{
background-color: #6A7EAF;
}
</style>
border-color css
<style>
span { border-color: #6A7EAF; }
span { border-color: rgb(106,126,175); }
td.TdClassName
{
border-color: #6A7EAF;
}
.TagClassName
{
border-color: #6A7EAF;
}
</style>