Shades of Ship Cove #6A7DA8
Tints of Ship Cove #6A7DA8
RGB
CMYK
RGB Variations
Color information
#6A7DA8 (or 0x6A7DA8) is known color: Ship Cove. HEX triplet: 6A, 7D and A8. RGB value is (106,125,168). Sum of RGB (Red+Green+Blue) = 106+125+168=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 168 - color contains mainly: blue. Hex color #6A7DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7DA8 is #958257. Grayscale: #7C7C7C. Windows color (decimal): -9798232 or 11042154. OLE color: 11042154.
HSL color Cylindrical-coordinate representation of color #6A7DA8: hue angle of 221.61º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A7DA8 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 125 | 168 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.34 |
| HSL | 221.61º | 0.26% | 0.54% | - |
| HSV(B) | 221.61º | 0.37% | 0.66% | - |
| XYZ | 20.35 | 20.56 | 39.94 | - |
| YUV | 124.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 125 | 168 | 0.37 | 0.26 | 0 | 0.34 | 221.61 | 0.26 | 0.54 |
| Hex | 6A | 7D | A8 | 25 | 1A | 0 | 22 | DE | 1A | 36 |
| Octal | 152 | 175 | 250 | 45 | 32 | 0 | 42 | 336 | 32 | 66 |
| Binary | 1101010 | 1111101 | 10101000 | 100101 | 11010 | 0 | 100010 | 11011110 | 11010 | 110110 |
Color Harmonies of #6A7DA8
Complementary color
Monochromatic Colors of #6A7DA8
Black with #6A7DA8
Text Example
Text Example
White with #6A7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7DA8; }
p { color: rgb(106,125,168); }
H1.HeaderClassName
{
color: #6A7DA8;
}
.AnyTagClassName
{
color: #6A7DA8;
}
</style>
background-color css
<style>
a { background-color: #6A7DA8; }
a { background-color: rgb(106,125,168); }
div.DivClassName
{
background-color: #6A7DA8;
}
.BgClassName
{
background-color: #6A7DA8;
}
</style>
border-color css
<style>
span { border-color: #6A7DA8; }
span { border-color: rgb(106,125,168); }
td.TdClassName
{
border-color: #6A7DA8;
}
.TagClassName
{
border-color: #6A7DA8;
}
</style>