Shades of Ship Cove #667FAE
Tints of Ship Cove #667FAE
RGB
CMYK
RGB Variations
Color information
#667FAE (or 0x667FAE) is known color: Ship Cove. HEX triplet: 66, 7F and AE. RGB value is (102,127,174). Sum of RGB (Red+Green+Blue) = 102+127+174=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #667FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FAE is #998051. Grayscale: #7C7C7C. Windows color (decimal): -10059858 or 11435878. OLE color: 11435878.
HSL color Cylindrical-coordinate representation of color #667FAE: hue angle of 219.17º degrees, saturation: 0.31, 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 #667FAE is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 127 | 174 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.32 |
| HSL | 219.17º | 0.31% | 0.54% | - |
| HSV(B) | 219.17º | 0.41% | 0.68% | - |
| XYZ | 20.71 | 21.06 | 43.02 | - |
| YUV | 124.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 174 | 0.41 | 0.27 | 0 | 0.32 | 219.17 | 0.31 | 0.54 |
| Hex | 66 | 7F | AE | 29 | 1B | 0 | 20 | DB | 1F | 36 |
| Octal | 146 | 177 | 256 | 51 | 33 | 0 | 40 | 333 | 37 | 66 |
| Binary | 1100110 | 1111111 | 10101110 | 101001 | 11011 | 0 | 100000 | 11011011 | 11111 | 110110 |
Color Harmonies of #667FAE
Complementary color
Monochromatic Colors of #667FAE
Black with #667FAE
Text Example
Text Example
White with #667FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FAE; }
p { color: rgb(102,127,174); }
H1.HeaderClassName
{
color: #667FAE;
}
.AnyTagClassName
{
color: #667FAE;
}
</style>
background-color css
<style>
a { background-color: #667FAE; }
a { background-color: rgb(102,127,174); }
div.DivClassName
{
background-color: #667FAE;
}
.BgClassName
{
background-color: #667FAE;
}
</style>
border-color css
<style>
span { border-color: #667FAE; }
span { border-color: rgb(102,127,174); }
td.TdClassName
{
border-color: #667FAE;
}
.TagClassName
{
border-color: #667FAE;
}
</style>