Shades of Ship Cove #667DA6
Tints of Ship Cove #667DA6
RGB
CMYK
RGB Variations
Color information
#667DA6 (or 0x667DA6) is known color: Ship Cove. HEX triplet: 66, 7D and A6. RGB value is (102,125,166). Sum of RGB (Red+Green+Blue) = 102+125+166=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 166 - color contains mainly: blue. Hex color #667DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DA6 is #998259. Grayscale: #7A7A7A. Windows color (decimal): -10060378 or 10911078. OLE color: 10911078.
HSL color Cylindrical-coordinate representation of color #667DA6: hue angle of 218.44º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #667DA6 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 125 | 166 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.35 |
| HSL | 218.44º | 0.26% | 0.53% | - |
| HSV(B) | 218.44º | 0.39% | 0.65% | - |
| XYZ | 19.7 | 20.25 | 38.95 | - |
| YUV | 122.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 166 | 0.39 | 0.25 | 0 | 0.35 | 218.44 | 0.26 | 0.53 |
| Hex | 66 | 7D | A6 | 27 | 19 | 0 | 23 | DA | 1A | 35 |
| Octal | 146 | 175 | 246 | 47 | 31 | 0 | 43 | 332 | 32 | 65 |
| Binary | 1100110 | 1111101 | 10100110 | 100111 | 11001 | 0 | 100011 | 11011010 | 11010 | 110101 |
Color Harmonies of #667DA6
Complementary color
Monochromatic Colors of #667DA6
Black with #667DA6
Text Example
Text Example
White with #667DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DA6; }
p { color: rgb(102,125,166); }
H1.HeaderClassName
{
color: #667DA6;
}
.AnyTagClassName
{
color: #667DA6;
}
</style>
background-color css
<style>
a { background-color: #667DA6; }
a { background-color: rgb(102,125,166); }
div.DivClassName
{
background-color: #667DA6;
}
.BgClassName
{
background-color: #667DA6;
}
</style>
border-color css
<style>
span { border-color: #667DA6; }
span { border-color: rgb(102,125,166); }
td.TdClassName
{
border-color: #667DA6;
}
.TagClassName
{
border-color: #667DA6;
}
</style>