Shades of Ship Cove #667DAD
Tints of Ship Cove #667DAD
RGB
CMYK
RGB Variations
Color information
#667DAD (or 0x667DAD) is known color: Ship Cove. HEX triplet: 66, 7D and AD. RGB value is (102,125,173). Sum of RGB (Red+Green+Blue) = 102+125+173=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #667DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DAD is #998252. Grayscale: #7B7B7B. Windows color (decimal): -10060371 or 11369830. OLE color: 11369830.
HSL color Cylindrical-coordinate representation of color #667DAD: hue angle of 220.56º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #667DAD is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 125 | 173 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.32 |
| HSL | 220.56º | 0.3% | 0.54% | - |
| HSV(B) | 220.56º | 0.41% | 0.68% | - |
| XYZ | 20.36 | 20.51 | 42.42 | - |
| YUV | 123.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 173 | 0.41 | 0.28 | 0 | 0.32 | 220.56 | 0.3 | 0.54 |
| Hex | 66 | 7D | AD | 29 | 1C | 0 | 20 | DD | 1E | 36 |
| Octal | 146 | 175 | 255 | 51 | 34 | 0 | 40 | 335 | 36 | 66 |
| Binary | 1100110 | 1111101 | 10101101 | 101001 | 11100 | 0 | 100000 | 11011101 | 11110 | 110110 |
Color Harmonies of #667DAD
Complementary color
Monochromatic Colors of #667DAD
Black with #667DAD
Text Example
Text Example
White with #667DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DAD; }
p { color: rgb(102,125,173); }
H1.HeaderClassName
{
color: #667DAD;
}
.AnyTagClassName
{
color: #667DAD;
}
</style>
background-color css
<style>
a { background-color: #667DAD; }
a { background-color: rgb(102,125,173); }
div.DivClassName
{
background-color: #667DAD;
}
.BgClassName
{
background-color: #667DAD;
}
</style>
border-color css
<style>
span { border-color: #667DAD; }
span { border-color: rgb(102,125,173); }
td.TdClassName
{
border-color: #667DAD;
}
.TagClassName
{
border-color: #667DAD;
}
</style>