Shades of Ship Cove #677FAA
Tints of Ship Cove #677FAA
RGB
CMYK
RGB Variations
Color information
#677FAA (or 0x677FAA) is known color: Ship Cove. HEX triplet: 67, 7F and AA. RGB value is (103,127,170). Sum of RGB (Red+Green+Blue) = 103+127+170=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #677FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FAA is #988055. Grayscale: #7C7C7C. Windows color (decimal): -9994326 or 11173735. OLE color: 11173735.
HSL color Cylindrical-coordinate representation of color #677FAA: hue angle of 218.51º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #677FAA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 127 | 170 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.33 |
| HSL | 218.51º | 0.28% | 0.54% | - |
| HSV(B) | 218.51º | 0.39% | 0.67% | - |
| XYZ | 20.44 | 20.96 | 41 | - |
| YUV | 124.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 170 | 0.39 | 0.25 | 0 | 0.33 | 218.51 | 0.28 | 0.54 |
| Hex | 67 | 7F | AA | 27 | 19 | 0 | 21 | DB | 1C | 36 |
| Octal | 147 | 177 | 252 | 47 | 31 | 0 | 41 | 333 | 34 | 66 |
| Binary | 1100111 | 1111111 | 10101010 | 100111 | 11001 | 0 | 100001 | 11011011 | 11100 | 110110 |
Color Harmonies of #677FAA
Complementary color
Monochromatic Colors of #677FAA
Black with #677FAA
Text Example
Text Example
White with #677FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677FAA; }
p { color: rgb(103,127,170); }
H1.HeaderClassName
{
color: #677FAA;
}
.AnyTagClassName
{
color: #677FAA;
}
</style>
background-color css
<style>
a { background-color: #677FAA; }
a { background-color: rgb(103,127,170); }
div.DivClassName
{
background-color: #677FAA;
}
.BgClassName
{
background-color: #677FAA;
}
</style>
border-color css
<style>
span { border-color: #677FAA; }
span { border-color: rgb(103,127,170); }
td.TdClassName
{
border-color: #677FAA;
}
.TagClassName
{
border-color: #677FAA;
}
</style>