#618186

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

Shades of Hoki #618186

Tints of Hoki #618186

Color information

#618186 (or 0x618186) is unknown color: approx Hoki. HEX triplet: 61, 81 and 86. RGB value is (97,129,134). Sum of RGB (Red+Green+Blue) = 97+129+134=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #618186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618186 is #9E7E79. Grayscale: #777777. Windows color (decimal): -10387066 or 8814945. OLE color: 8814945.

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

Color convert

RGB97129134-
CMYK0.280.0400.47
HSL188.11º16.02%45.29%-
HSV(B)188.11º27.61%52.55%-
XYZ17.0819.9625.51-
YUV120135.9111.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=26.94%
G=35.83%
B=37.22%

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
Decimal971291340.280.0400.47188.1116.0245.29
Hex6181861C402Fbc102d
Octal1412012063440572742055
Binary110000110000001100001101110010001011111011110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618186; }

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

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

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

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

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

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

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

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