Shades of Ship Cove #6A7DAB
Tints of Ship Cove #6A7DAB
RGB
CMYK
RGB Variations
Color information
#6A7DAB (or 0x6A7DAB) is known color: Ship Cove. HEX triplet: 6A, 7D and AB. RGB value is (106,125,171). Sum of RGB (Red+Green+Blue) = 106+125+171=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7DAB is #958254. Grayscale: #7C7C7C. Windows color (decimal): -9798229 or 11238762. OLE color: 11238762.
HSL color Cylindrical-coordinate representation of color #6A7DAB: hue angle of 222.46º degrees, saturation: 0.28, 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 #6A7DAB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 125 | 171 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.33 |
| HSL | 222.46º | 0.28% | 0.54% | - |
| HSV(B) | 222.46º | 0.38% | 0.67% | - |
| XYZ | 20.63 | 20.67 | 41.43 | - |
| YUV | 124.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 125 | 171 | 0.38 | 0.27 | 0 | 0.33 | 222.46 | 0.28 | 0.54 |
| Hex | 6A | 7D | AB | 26 | 1B | 0 | 21 | DE | 1C | 36 |
| Octal | 152 | 175 | 253 | 46 | 33 | 0 | 41 | 336 | 34 | 66 |
| Binary | 1101010 | 1111101 | 10101011 | 100110 | 11011 | 0 | 100001 | 11011110 | 11100 | 110110 |
Color Harmonies of #6A7DAB
Complementary color
Monochromatic Colors of #6A7DAB
Black with #6A7DAB
Text Example
Text Example
White with #6A7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7DAB; }
p { color: rgb(106,125,171); }
H1.HeaderClassName
{
color: #6A7DAB;
}
.AnyTagClassName
{
color: #6A7DAB;
}
</style>
background-color css
<style>
a { background-color: #6A7DAB; }
a { background-color: rgb(106,125,171); }
div.DivClassName
{
background-color: #6A7DAB;
}
.BgClassName
{
background-color: #6A7DAB;
}
</style>
border-color css
<style>
span { border-color: #6A7DAB; }
span { border-color: rgb(106,125,171); }
td.TdClassName
{
border-color: #6A7DAB;
}
.TagClassName
{
border-color: #6A7DAB;
}
</style>