#677EAB

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

Shades of Ship Cove #677EAB

Tints of Ship Cove #677EAB

Color information

#677EAB (or 0x677EAB) is unknown color: approx Ship Cove. HEX triplet: 67, 7E and AB. RGB value is (103,126,171). Sum of RGB (Red+Green+Blue) = 103+126+171=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #677EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677EAB is #988154. Grayscale: #7C7C7C. Windows color (decimal): -9994581 or 11239015. OLE color: 11239015.

HSL color Cylindrical-coordinate representation of color #677EAB: hue angle of 219.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #677EAB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103126171-
CMYK0.400.2600.33
HSL219.71º28.81%53.73%-
HSV(B)219.71º39.77%67.06%-
XYZ20.4120.7541.46-
YUV124.25154.38112.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.75%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=25.75%
G=31.5%
B=42.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031261710.400.2600.33219.7128.8153.73
Hex677EAB281A021dc1d36
Octal14717625350320413343566
Binary11001111111110101010111010001101001000011101110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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