#608287

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

Shades of Hoki #608287

Tints of Hoki #608287

Color information

#608287 (or 0x608287) is unknown color: approx Hoki. HEX triplet: 60, 82 and 87. RGB value is (96,130,135). Sum of RGB (Red+Green+Blue) = 96+130+135=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #608287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608287 is #9F7D78. Grayscale: #787878. Windows color (decimal): -10452345 or 8880736. OLE color: 8880736.

HSL color Cylindrical-coordinate representation of color #608287: hue angle of 187.69º 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 #608287 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96130135-
CMYK0.290.0400.47
HSL187.69º16.88%45.29%-
HSV(B)187.69º28.89%52.94%-
XYZ17.1820.225.92-
YUV120.4136.24110.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=26.59%
G=36.01%
B=37.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961301350.290.0400.47187.6916.8845.29
Hex6082871D402Fbc112d
Octal1402022073540572742155
Binary110000010000010100001111110110001011111011110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608287; }

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

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

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

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

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

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

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

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