Shades of Ship Cove #6780AF
Tints of Ship Cove #6780AF
RGB
CMYK
RGB Variations
Color information
#6780AF (or 0x6780AF) is known color: Ship Cove. HEX triplet: 67, 80 and AF. RGB value is (103,128,175). Sum of RGB (Red+Green+Blue) = 103+128+175=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6780AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6780AF is #987F50. Grayscale: #7D7D7D. Windows color (decimal): -9994065 or 11501671. OLE color: 11501671.
HSL color Cylindrical-coordinate representation of color #6780AF: hue angle of 219.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6780AF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 128 | 175 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.31 |
| HSL | 219.17º | 0.31% | 0.55% | - |
| HSV(B) | 219.17º | 0.41% | 0.69% | - |
| XYZ | 21.05 | 21.42 | 43.58 | - |
| YUV | 125.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 175 | 0.41 | 0.27 | 0 | 0.31 | 219.17 | 0.31 | 0.55 |
| Hex | 67 | 80 | AF | 29 | 1B | 0 | 1F | DB | 1F | 37 |
| Octal | 147 | 200 | 257 | 51 | 33 | 0 | 37 | 333 | 37 | 67 |
| Binary | 1100111 | 10000000 | 10101111 | 101001 | 11011 | 0 | 11111 | 11011011 | 11111 | 110111 |
Color Harmonies of #6780AF
Complementary color
Monochromatic Colors of #6780AF
Black with #6780AF
Text Example
Text Example
White with #6780AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780AF; }
p { color: rgb(103,128,175); }
H1.HeaderClassName
{
color: #6780AF;
}
.AnyTagClassName
{
color: #6780AF;
}
</style>
background-color css
<style>
a { background-color: #6780AF; }
a { background-color: rgb(103,128,175); }
div.DivClassName
{
background-color: #6780AF;
}
.BgClassName
{
background-color: #6780AF;
}
</style>
border-color css
<style>
span { border-color: #6780AF; }
span { border-color: rgb(103,128,175); }
td.TdClassName
{
border-color: #6780AF;
}
.TagClassName
{
border-color: #6780AF;
}
</style>