Shades of Ship Cove #667FA8
Tints of Ship Cove #667FA8
RGB
CMYK
RGB Variations
Color information
#667FA8 (or 0x667FA8) is known color: Ship Cove. HEX triplet: 66, 7F and A8. RGB value is (102,127,168). Sum of RGB (Red+Green+Blue) = 102+127+168=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 168 - color contains mainly: blue. Hex color #667FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FA8 is #998057. Grayscale: #7C7C7C. Windows color (decimal): -10059864 or 11042662. OLE color: 11042662.
HSL color Cylindrical-coordinate representation of color #667FA8: hue angle of 217.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #667FA8 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 127 | 168 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.34 |
| HSL | 217.27º | 0.28% | 0.53% | - |
| HSV(B) | 217.27º | 0.39% | 0.66% | - |
| XYZ | 20.14 | 20.83 | 40.01 | - |
| YUV | 124.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 168 | 0.39 | 0.24 | 0 | 0.34 | 217.27 | 0.28 | 0.53 |
| Hex | 66 | 7F | A8 | 27 | 18 | 0 | 22 | D9 | 1C | 35 |
| Octal | 146 | 177 | 250 | 47 | 30 | 0 | 42 | 331 | 34 | 65 |
| Binary | 1100110 | 1111111 | 10101000 | 100111 | 11000 | 0 | 100010 | 11011001 | 11100 | 110101 |
Color Harmonies of #667FA8
Complementary color
Monochromatic Colors of #667FA8
Black with #667FA8
Text Example
Text Example
White with #667FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FA8; }
p { color: rgb(102,127,168); }
H1.HeaderClassName
{
color: #667FA8;
}
.AnyTagClassName
{
color: #667FA8;
}
</style>
background-color css
<style>
a { background-color: #667FA8; }
a { background-color: rgb(102,127,168); }
div.DivClassName
{
background-color: #667FA8;
}
.BgClassName
{
background-color: #667FA8;
}
</style>
border-color css
<style>
span { border-color: #667FA8; }
span { border-color: rgb(102,127,168); }
td.TdClassName
{
border-color: #667FA8;
}
.TagClassName
{
border-color: #667FA8;
}
</style>