#617E82

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

Shades of Hoki #617E82

Tints of Hoki #617E82

Color information

#617E82 (or 0x617E82) is unknown color: approx Hoki. HEX triplet: 61, 7E and 82. RGB value is (97,126,130). Sum of RGB (Red+Green+Blue) = 97+126+130=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #617E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E82 is #9E817D. Grayscale: #757575. Windows color (decimal): -10387838 or 8552033. OLE color: 8552033.

HSL color Cylindrical-coordinate representation of color #617E82: hue angle of 187.27º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617E82 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97126130-
CMYK0.250.0300.49
HSL187.27º14.54%44.51%-
HSV(B)187.27º25.38%50.98%-
XYZ16.4219.0723.94-
YUV117.78134.89113.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=27.48%
G=35.69%
B=36.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971261300.250.0300.49187.2714.5444.51
Hex617E82193031bbf2d
Octal1411762023130612731755
Binary110000111111101000001011001110110001101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617E82; }

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

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

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

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

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

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

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

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