#687EAA

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

Shades of Ship Cove #687EAA

Tints of Ship Cove #687EAA

Color information

#687EAA (or 0x687EAA) is unknown color: approx Ship Cove. HEX triplet: 68, 7E and AA. RGB value is (104,126,170). Sum of RGB (Red+Green+Blue) = 104+126+170=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 126 (49.61% from 255 or 31.5% 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 #687EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687EAA is #978155. Grayscale: #7C7C7C. Windows color (decimal): -9929046 or 11173480. OLE color: 11173480.

HSL color Cylindrical-coordinate representation of color #687EAA: hue angle of 220º 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 #687EAA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104126170-
CMYK0.390.2600.33
HSL220º27.97%53.73%-
HSV(B)220º38.82%66.67%-
XYZ20.4320.7740.96-
YUV124.44153.71113.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=26%
G=31.5%
B=42.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041261700.390.2600.3322027.9753.73
Hex687EAA271A021dc1c36
Octal15017625247320413343466
Binary11010001111110101010101001111101001000011101110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,126,170); }

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

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

 a { background-color: rgb(104,126,170); }

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

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

 span { border-color: rgb(104,126,170); }

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