#677FA4

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

Shades of Ship Cove #677FA4

Tints of Ship Cove #677FA4

Color information

#677FA4 (or 0x677FA4) is unknown color: approx Ship Cove. HEX triplet: 67, 7F and A4. RGB value is (103,127,164). Sum of RGB (Red+Green+Blue) = 103+127+164=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 164 - color contains mainly: blue. Hex color #677FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FA4 is #98805B. Grayscale: #7B7B7B. Windows color (decimal): -9994332 or 10780519. OLE color: 10780519.

HSL color Cylindrical-coordinate representation of color #677FA4: hue angle of 216.39º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #677FA4 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB103127164-
CMYK0.370.2300.36
HSL216.39º25.1%52.35%-
HSV(B)216.39º37.2%64.31%-
XYZ19.8820.7438.08-
YUV124.04150.55112.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.14%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 164 (64.45% from 255) = 41.62%
R=26.14%
G=32.23%
B=41.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031271640.370.2300.36216.3925.152.35
Hex677FA42517024d81934
Octal14717724445270443303164
Binary11001111111111101001001001011011101001001101100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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