#687FAE

Color #687FAE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #687FAE

Tints of Ship Cove #687FAE

Color information

#687FAE (or 0x687FAE) is unknown color: approx Ship Cove. HEX triplet: 68, 7F and AE. RGB value is (104,127,174). Sum of RGB (Red+Green+Blue) = 104+127+174=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #687FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687FAE is #978051. Grayscale: #7D7D7D. Windows color (decimal): -9928786 or 11435880. OLE color: 11435880.

HSL color Cylindrical-coordinate representation of color #687FAE: hue angle of 220.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #687FAE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104127174-
CMYK0.400.2700.32
HSL220.29º30.17%54.51%-
HSV(B)220.29º40.23%68.24%-
XYZ20.9421.1843.03-
YUV125.48155.38112.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=25.68%
G=31.36%
B=42.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041271740.400.2700.32220.2930.1754.51
Hex687FAE281B020dc1e37
Octal15017725650330403343667
Binary11010001111111101011101010001101101000001101110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687FAE; }

 p { color: rgb(104,127,174); }

 H1.HeaderClassName
 {
   color: #687FAE;
 }
 .AnyTagClassName
 {
   color: #687FAE;
 }
</style>
background-color css

<style>
 a { background-color: #687FAE; }

 a { background-color: rgb(104,127,174); }

 div.DivClassName
 {
   background-color: #687FAE;
 }
 .BgClassName
 {
   background-color: #687FAE;
 }
</style>
border-color css

<style>
 span { border-color: #687FAE; }

 span { border-color: rgb(104,127,174); }

 td.TdClassName
 {
   border-color: #687FAE;
 }
 .TagClassName
 {
   border-color: #687FAE;
 }
</style>