#618287

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

Shades of Hoki #618287

Tints of Hoki #618287

Color information

#618287 (or 0x618287) is unknown color: approx Hoki. HEX triplet: 61, 82 and 87. RGB value is (97,130,135). Sum of RGB (Red+Green+Blue) = 97+130+135=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 130 (51.17% from 255 or 35.91% 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 #618287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618287 is #9E7D78. Grayscale: #787878. Windows color (decimal): -10386809 or 8880737. OLE color: 8880737.

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

Color convert

RGB97130135-
CMYK0.280.0400.47
HSL187.89º16.38%45.49%-
HSV(B)187.89º28.15%52.94%-
XYZ17.2920.2625.92-
YUV120.7136.07111.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=26.80%
G=35.91%
B=37.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971301350.280.0400.47187.8916.3845.49
Hex6182871C402Fbc102d
Octal1412022073440572742055
Binary110000110000010100001111110010001011111011110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618287; }

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

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

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

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

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

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

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

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