#608387

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

Shades of Hoki #608387

Tints of Hoki #608387

Color information

#608387 (or 0x608387) is unknown color: approx Hoki. HEX triplet: 60, 83 and 87. RGB value is (96,131,135). Sum of RGB (Red+Green+Blue) = 96+131+135=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #608387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608387 is #9F7C78. Grayscale: #787878. Windows color (decimal): -10452089 or 8880992. OLE color: 8880992.

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

Color convert

RGB96131135-
CMYK0.290.0300.47
HSL186.15º16.88%45.29%-
HSV(B)186.15º28.89%52.94%-
XYZ17.3120.4725.96-
YUV120.99135.9110.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.52%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=26.52%
G=36.19%
B=37.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961311350.290.0300.47186.1516.8845.29
Hex6083871D302Fba112d
Octal1402032073530572722155
Binary11000001000001110000111111011101011111011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608387; }

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

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

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

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

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

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

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

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