#618387

Color #618387 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #618387

Tints of Hoki #618387

Color information

#618387 (or 0x618387) is unknown color: approx Hoki. HEX triplet: 61, 83 and 87. RGB value is (97,131,135). Sum of RGB (Red+Green+Blue) = 97+131+135=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #618387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618387 is #9E7C78. Grayscale: #797979. Windows color (decimal): -10386553 or 8880993. OLE color: 8880993.

HSL color Cylindrical-coordinate representation of color #618387: hue angle of 186.32º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618387 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97131135-
CMYK0.280.0300.47
HSL186.32º16.38%45.49%-
HSV(B)186.32º28.15%52.94%-
XYZ17.4220.5225.96-
YUV121.29135.74110.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=26.72%
G=36.09%
B=37.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971311350.280.0300.47186.3216.3845.49
Hex6183871C302Fba102d
Octal1412032073430572722055
Binary11000011000001110000111111001101011111011101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618387; }

 p { color: rgb(97,131,135); }

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

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

 a { background-color: rgb(97,131,135); }

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

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

 span { border-color: rgb(97,131,135); }

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