#687BA5

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

Shades of Ship Cove #687BA5

Tints of Ship Cove #687BA5

Color information

#687BA5 (or 0x687BA5) is unknown color: approx Ship Cove. HEX triplet: 68, 7B and A5. RGB value is (104,123,165). Sum of RGB (Red+Green+Blue) = 104+123+165=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #687BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687BA5 is #97845A. Grayscale: #797979. Windows color (decimal): -9929819 or 10845032. OLE color: 10845032.

HSL color Cylindrical-coordinate representation of color #687BA5: hue angle of 221.31º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #687BA5 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB104123165-
CMYK0.370.2500.35
HSL221.31º25.31%52.75%-
HSV(B)221.31º36.97%64.71%-
XYZ19.5819.8338.39-
YUV122.11152.21115.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=26.53%
G=31.38%
B=42.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041231650.370.2500.35221.3125.3152.75
Hex687BA52519023dd1935
Octal15017324545310433353165
Binary11010001111011101001011001011100101000111101110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,123,165); }

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

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

 a { background-color: rgb(104,123,165); }

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

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

 span { border-color: rgb(104,123,165); }

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