#677EA5

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

Shades of Ship Cove #677EA5

Tints of Ship Cove #677EA5

Color information

#677EA5 (or 0x677EA5) is unknown color: approx Ship Cove. HEX triplet: 67, 7E and A5. RGB value is (103,126,165). Sum of RGB (Red+Green+Blue) = 103+126+165=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #677EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677EA5 is #98815A. Grayscale: #7B7B7B. Windows color (decimal): -9994587 or 10845799. OLE color: 10845799.

HSL color Cylindrical-coordinate representation of color #677EA5: hue angle of 217.74º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #677EA5 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB103126165-
CMYK0.380.2400.35
HSL217.74º25.62%52.55%-
HSV(B)217.74º37.58%64.71%-
XYZ19.8520.5238.51-
YUV123.57151.38113.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.14%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 165 (64.84% from 255) = 41.88%
R=26.14%
G=31.98%
B=41.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1031261650.380.2400.35217.7425.6252.55
Hex677EA52618023da1a35
Octal14717624546300433323265
Binary11001111111110101001011001101100001000111101101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677EA5; }

 p { color: rgb(103,126,165); }

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

<style>
 a { background-color: #677EA5; }

 a { background-color: rgb(103,126,165); }

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

<style>
 span { border-color: #677EA5; }

 span { border-color: rgb(103,126,165); }

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