#677FAE

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

Shades of Ship Cove #677FAE

Tints of Ship Cove #677FAE

Color information

#677FAE (or 0x677FAE) is unknown color: approx Ship Cove. HEX triplet: 67, 7F and AE. RGB value is (103,127,174). Sum of RGB (Red+Green+Blue) = 103+127+174=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #677FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FAE is #988051. Grayscale: #7C7C7C. Windows color (decimal): -9994322 or 11435879. OLE color: 11435879.

HSL color Cylindrical-coordinate representation of color #677FAE: hue angle of 219.72º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #677FAE is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB103127174-
CMYK0.410.2700.32
HSL219.72º30.47%54.31%-
HSV(B)219.72º40.8%68.24%-
XYZ20.8221.1243.02-
YUV125.18155.55112.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.50%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=25.50%
G=31.44%
B=43.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031271740.410.2700.32219.7230.4754.31
Hex677FAE291B020dc1e36
Octal14717725651330403343666
Binary11001111111111101011101010011101101000001101110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,127,174); }

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

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

 a { background-color: rgb(103,127,174); }

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

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

 span { border-color: rgb(103,127,174); }

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