#617F89

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

Shades of Hoki #617F89

Tints of Hoki #617F89

Color information

#617F89 (or 0x617F89) is unknown color: approx Hoki. HEX triplet: 61, 7F and 89. RGB value is (97,127,137). Sum of RGB (Red+Green+Blue) = 97+127+137=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #617F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F89 is #9E8076. Grayscale: #777777. Windows color (decimal): -10387575 or 9011041. OLE color: 9011041.

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

Color convert

RGB97127137-
CMYK0.290.0700.46
HSL195º17.09%45.88%-
HSV(B)195º29.2%53.73%-
XYZ17.0319.5326.54-
YUV119.17138.06112.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=26.87%
G=35.18%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971271370.290.0700.4619517.0945.88
Hex617F891D702Ec3112e
Octal1411772113570563032156
Binary11000011111111100010011110111101011101100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,127,137); }

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

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

 a { background-color: rgb(97,127,137); }

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

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

 span { border-color: rgb(97,127,137); }

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