Shades of Ship Cove #667CA9
Tints of Ship Cove #667CA9
RGB
CMYK
RGB Variations
Color information
#667CA9 (or 0x667CA9) is known color: Ship Cove. HEX triplet: 66, 7C and A9. RGB value is (102,124,169). Sum of RGB (Red+Green+Blue) = 102+124+169=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 169 - color contains mainly: blue. Hex color #667CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CA9 is #998356. Grayscale: #7A7A7A. Windows color (decimal): -10060631 or 11107430. OLE color: 11107430.
HSL color Cylindrical-coordinate representation of color #667CA9: hue angle of 220.3º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #667CA9 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 124 | 169 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.34 |
| HSL | 220.3º | 0.28% | 0.53% | - |
| HSV(B) | 220.3º | 0.4% | 0.66% | - |
| XYZ | 19.85 | 20.1 | 40.37 | - |
| YUV | 122.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 169 | 0.40 | 0.27 | 0 | 0.34 | 220.3 | 0.28 | 0.53 |
| Hex | 66 | 7C | A9 | 28 | 1B | 0 | 22 | DC | 1C | 35 |
| Octal | 146 | 174 | 251 | 50 | 33 | 0 | 42 | 334 | 34 | 65 |
| Binary | 1100110 | 1111100 | 10101001 | 101000 | 11011 | 0 | 100010 | 11011100 | 11100 | 110101 |
Color Harmonies of #667CA9
Complementary color
Monochromatic Colors of #667CA9
Black with #667CA9
Text Example
Text Example
White with #667CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CA9; }
p { color: rgb(102,124,169); }
H1.HeaderClassName
{
color: #667CA9;
}
.AnyTagClassName
{
color: #667CA9;
}
</style>
background-color css
<style>
a { background-color: #667CA9; }
a { background-color: rgb(102,124,169); }
div.DivClassName
{
background-color: #667CA9;
}
.BgClassName
{
background-color: #667CA9;
}
</style>
border-color css
<style>
span { border-color: #667CA9; }
span { border-color: rgb(102,124,169); }
td.TdClassName
{
border-color: #667CA9;
}
.TagClassName
{
border-color: #667CA9;
}
</style>