#618187

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

Shades of Hoki #618187

Tints of Hoki #618187

Color information

#618187 (or 0x618187) is unknown color: approx Hoki. HEX triplet: 61, 81 and 87. RGB value is (97,129,135). Sum of RGB (Red+Green+Blue) = 97+129+135=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 129 (50.78% from 255 or 35.73% 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 #618187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618187 is #9E7E78. Grayscale: #787878. Windows color (decimal): -10387065 or 8880481. OLE color: 8880481.

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

Color convert

RGB97129135-
CMYK0.280.0400.47
HSL189.47º16.38%45.49%-
HSV(B)189.47º28.15%52.94%-
XYZ17.1519.9925.88-
YUV120.12136.4111.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=26.87%
G=35.73%
B=37.40%

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
Decimal971291350.280.0400.47189.4716.3845.49
Hex6181871C402Fbd102d
Octal1412012073440572752055
Binary110000110000001100001111110010001011111011110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618187; }

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

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

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

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

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

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

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

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