#677EA8

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

Shades of Ship Cove #677EA8

Tints of Ship Cove #677EA8

Color information

#677EA8 (or 0x677EA8) is unknown color: approx Ship Cove. HEX triplet: 67, 7E and A8. RGB value is (103,126,168). Sum of RGB (Red+Green+Blue) = 103+126+168=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 168 - color contains mainly: blue. Hex color #677EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677EA8 is #988157. Grayscale: #7B7B7B. Windows color (decimal): -9994584 or 11042407. OLE color: 11042407.

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

Color convert

RGB103126168-
CMYK0.390.2500.34
HSL218.77º27.2%53.14%-
HSV(B)218.77º38.69%65.88%-
XYZ20.1220.6339.97-
YUV123.91152.88113.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.94%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 168 (66.02% from 255) = 42.32%
R=25.94%
G=31.74%
B=42.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1031261680.390.2500.34218.7727.253.14
Hex677EA82719022db1b35
Octal14717625047310423333365
Binary11001111111110101010001001111100101000101101101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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