Shades of Ship Cove #667DAA
Tints of Ship Cove #667DAA
RGB
CMYK
RGB Variations
Color information
#667DAA (or 0x667DAA) is known color: Ship Cove. HEX triplet: 66, 7D and AA. RGB value is (102,125,170). Sum of RGB (Red+Green+Blue) = 102+125+170=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #667DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DAA is #998255. Grayscale: #7B7B7B. Windows color (decimal): -10060374 or 11173222. OLE color: 11173222.
HSL color Cylindrical-coordinate representation of color #667DAA: hue angle of 219.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #667DAA is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 125 | 170 | - |
| CMYK | 0.4 | 0.26 | 0 | 0.33 |
| HSL | 219.71º | 0.29% | 0.53% | - |
| HSV(B) | 219.71º | 0.4% | 0.67% | - |
| XYZ | 20.07 | 20.39 | 40.91 | - |
| YUV | 123.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 170 | 0.4 | 0.26 | 0 | 0.33 | 219.71 | 0.29 | 0.53 |
| Hex | 66 | 7D | AA | 28 | 1A | 0 | 21 | DC | 1D | 35 |
| Octal | 146 | 175 | 252 | 50 | 32 | 0 | 41 | 334 | 35 | 65 |
| Binary | 1100110 | 1111101 | 10101010 | 101000 | 11010 | 0 | 100001 | 11011100 | 11101 | 110101 |
Color Harmonies of #667DAA
Complementary color
Monochromatic Colors of #667DAA
Black with #667DAA
Text Example
Text Example
White with #667DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DAA; }
p { color: rgb(102,125,170); }
H1.HeaderClassName
{
color: #667DAA;
}
.AnyTagClassName
{
color: #667DAA;
}
</style>
background-color css
<style>
a { background-color: #667DAA; }
a { background-color: rgb(102,125,170); }
div.DivClassName
{
background-color: #667DAA;
}
.BgClassName
{
background-color: #667DAA;
}
</style>
border-color css
<style>
span { border-color: #667DAA; }
span { border-color: rgb(102,125,170); }
td.TdClassName
{
border-color: #667DAA;
}
.TagClassName
{
border-color: #667DAA;
}
</style>