#677EAA

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

Shades of Ship Cove #677EAA

Tints of Ship Cove #677EAA

Color information

#677EAA (or 0x677EAA) is unknown color: approx Ship Cove. HEX triplet: 67, 7E and AA. RGB value is (103,126,170). Sum of RGB (Red+Green+Blue) = 103+126+170=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #677EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677EAA is #988155. Grayscale: #7B7B7B. Windows color (decimal): -9994582 or 11173479. OLE color: 11173479.

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

Color convert

RGB103126170-
CMYK0.390.2600.33
HSL219.4º28.27%53.53%-
HSV(B)219.4º39.41%66.67%-
XYZ20.3120.7140.96-
YUV124.14153.88112.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.81%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=25.81%
G=31.58%
B=42.61%

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
Decimal1031261700.390.2600.33219.428.2753.53
Hex677EAA271A021db1c36
Octal14717625247320413333466
Binary11001111111110101010101001111101001000011101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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