#618188

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

Shades of Hoki #618188

Tints of Hoki #618188

Color information

#618188 (or 0x618188) is unknown color: approx Hoki. HEX triplet: 61, 81 and 88. RGB value is (97,129,136). Sum of RGB (Red+Green+Blue) = 97+129+136=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #618188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618188 is #9E7E77. Grayscale: #787878. Windows color (decimal): -10387064 or 8946017. OLE color: 8946017.

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

Color convert

RGB97129136-
CMYK0.290.0500.47
HSL190.77º16.74%45.69%-
HSV(B)190.77º28.68%53.33%-
XYZ17.2220.0226.25-
YUV120.23136.9111.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=26.80%
G=35.64%
B=37.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971291360.290.0500.47190.7716.7445.69
Hex6181881D502Fbf112e
Octal1412012103550572772156
Binary110000110000001100010001110110101011111011111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618188; }

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

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

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

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

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

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

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

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