#677FAF

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

Shades of Ship Cove #677FAF

Tints of Ship Cove #677FAF

Color information

#677FAF (or 0x677FAF) is unknown color: approx Ship Cove. HEX triplet: 67, 7F and AF. RGB value is (103,127,175). Sum of RGB (Red+Green+Blue) = 103+127+175=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #677FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FAF is #988050. Grayscale: #7D7D7D. Windows color (decimal): -9994321 or 11501415. OLE color: 11501415.

HSL color Cylindrical-coordinate representation of color #677FAF: hue angle of 220º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #677FAF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB103127175-
CMYK0.410.2700.31
HSL220º31.03%54.51%-
HSV(B)220º41.14%68.63%-
XYZ20.9221.1643.54-
YUV125.3156.05112.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.43%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=25.43%
G=31.36%
B=43.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031271750.410.2700.3122031.0354.51
Hex677FAF291B01Fdc1f37
Octal14717725751330373343767
Binary1100111111111110101111101001110110111111101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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