#677FB3

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

Shades of Ship Cove #677FB3

Tints of Ship Cove #677FB3

Color information

#677FB3 (or 0x677FB3) is unknown color: approx Ship Cove. HEX triplet: 67, 7F and B3. RGB value is (103,127,179). Sum of RGB (Red+Green+Blue) = 103+127+179=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 179 - color contains mainly: blue. Hex color #677FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FB3 is #98804C. Grayscale: #7D7D7D. Windows color (decimal): -9994317 or 11763559. OLE color: 11763559.

HSL color Cylindrical-coordinate representation of color #677FB3: hue angle of 221.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #677FB3 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB103127179-
CMYK0.420.2900.30
HSL221.05º33.33%55.29%-
HSV(B)221.05º42.46%70.2%-
XYZ21.3221.3245.64-
YUV125.75158.05111.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.18%
GREEN value IS 127 (50% from 255) = 31.05%
BLUE value IS 179 (70.31% from 255) = 43.77%
R=25.18%
G=31.05%
B=43.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1031271790.420.2900.30221.0533.3355.29
Hex677FB32A1D01Edd2137
Octal14717726352350363354167
Binary11001111111111101100111010101110101111011011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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