#677FA5

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

Shades of Ship Cove #677FA5

Tints of Ship Cove #677FA5

Color information

#677FA5 (or 0x677FA5) is unknown color: approx Ship Cove. HEX triplet: 67, 7F and A5. RGB value is (103,127,165). Sum of RGB (Red+Green+Blue) = 103+127+165=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 165 - color contains mainly: blue. Hex color #677FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FA5 is #98805A. Grayscale: #7B7B7B. Windows color (decimal): -9994331 or 10846055. OLE color: 10846055.

HSL color Cylindrical-coordinate representation of color #677FA5: hue angle of 216.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #677FA5 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB103127165-
CMYK0.380.2300.35
HSL216.77º25.62%52.55%-
HSV(B)216.77º37.58%64.71%-
XYZ19.9720.7838.56-
YUV124.16151.05112.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.08%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=26.08%
G=32.15%
B=41.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1031271650.380.2300.35216.7725.6252.55
Hex677FA52617023d91a35
Octal14717724546270433313265
Binary11001111111111101001011001101011101000111101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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