Shades of Ship Cove #6F7DA5
Tints of Ship Cove #6F7DA5
RGB
CMYK
RGB Variations
Color information
#6F7DA5 (or 0x6F7DA5) is known color: Ship Cove. HEX triplet: 6F, 7D and A5. RGB value is (111,125,165). Sum of RGB (Red+Green+Blue) = 111+125+165=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #6F7DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7DA5 is #90825A. Grayscale: #7D7D7D. Windows color (decimal): -9470555 or 10845551. OLE color: 10845551.
HSL color Cylindrical-coordinate representation of color #6F7DA5: hue angle of 224.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F7DA5 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 125 | 165 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.35 |
| HSL | 224.44º | 0.23% | 0.54% | - |
| HSV(B) | 224.44º | 0.33% | 0.65% | - |
| XYZ | 20.68 | 20.76 | 38.52 | - |
| YUV | 125.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 165 | 0.33 | 0.24 | 0 | 0.35 | 224.44 | 0.23 | 0.54 |
| Hex | 6F | 7D | A5 | 21 | 18 | 0 | 23 | E0 | 17 | 36 |
| Octal | 157 | 175 | 245 | 41 | 30 | 0 | 43 | 340 | 27 | 66 |
| Binary | 1101111 | 1111101 | 10100101 | 100001 | 11000 | 0 | 100011 | 11100000 | 10111 | 110110 |
Color Harmonies of #6F7DA5
Complementary color
Monochromatic Colors of #6F7DA5
Black with #6F7DA5
Text Example
Text Example
White with #6F7DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DA5; }
p { color: rgb(111,125,165); }
H1.HeaderClassName
{
color: #6F7DA5;
}
.AnyTagClassName
{
color: #6F7DA5;
}
</style>
background-color css
<style>
a { background-color: #6F7DA5; }
a { background-color: rgb(111,125,165); }
div.DivClassName
{
background-color: #6F7DA5;
}
.BgClassName
{
background-color: #6F7DA5;
}
</style>
border-color css
<style>
span { border-color: #6F7DA5; }
span { border-color: rgb(111,125,165); }
td.TdClassName
{
border-color: #6F7DA5;
}
.TagClassName
{
border-color: #6F7DA5;
}
</style>