#618086

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

Shades of Hoki #618086

Tints of Hoki #618086

Color information

#618086 (or 0x618086) is unknown color: approx Hoki. HEX triplet: 61, 80 and 86. RGB value is (97,128,134). Sum of RGB (Red+Green+Blue) = 97+128+134=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #618086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618086 is #9E7F79. Grayscale: #777777. Windows color (decimal): -10387322 or 8814689. OLE color: 8814689.

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

Color convert

RGB97128134-
CMYK0.280.0400.47
HSL189.73º16.02%45.29%-
HSV(B)189.73º27.61%52.55%-
XYZ16.9519.725.46-
YUV119.42136.23112.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=27.02%
G=35.65%
B=37.33%

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
Decimal971281340.280.0400.47189.7316.0245.29
Hex6180861C402Fbe102d
Octal1412002063440572762055
Binary110000110000000100001101110010001011111011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618086; }

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

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

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

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

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

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

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

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