#687CA8

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

Shades of Ship Cove #687CA8

Tints of Ship Cove #687CA8

Color information

#687CA8 (or 0x687CA8) is unknown color: approx Ship Cove. HEX triplet: 68, 7C and A8. RGB value is (104,124,168). Sum of RGB (Red+Green+Blue) = 104+124+168=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 168 - color contains mainly: blue. Hex color #687CA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687CA8 is #978357. Grayscale: #7A7A7A. Windows color (decimal): -9929560 or 11041896. OLE color: 11041896.

HSL color Cylindrical-coordinate representation of color #687CA8: hue angle of 221.25º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #687CA8 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB104124168-
CMYK0.380.2600.34
HSL221.25º26.89%53.33%-
HSV(B)221.25º38.1%65.88%-
XYZ19.9820.1939.89-
YUV123.04153.37114.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 168 (66.02% from 255) = 42.42%
R=26.26%
G=31.31%
B=42.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1041241680.380.2600.34221.2526.8953.33
Hex687CA8261A022dd1b35
Octal15017425046320423353365
Binary11010001111100101010001001101101001000101101110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,124,168); }

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

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

 a { background-color: rgb(104,124,168); }

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

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

 span { border-color: rgb(104,124,168); }

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