#617D89

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

Shades of Hoki #617D89

Tints of Hoki #617D89

Color information

#617D89 (or 0x617D89) is unknown color: approx Hoki. HEX triplet: 61, 7D and 89. RGB value is (97,125,137). Sum of RGB (Red+Green+Blue) = 97+125+137=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #617D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D89 is #9E8276. Grayscale: #757575. Windows color (decimal): -10388087 or 9010529. OLE color: 9010529.

HSL color Cylindrical-coordinate representation of color #617D89: hue angle of 198º 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 #617D89 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB97125137-
CMYK0.290.0900.46
HSL198º17.09%45.88%-
HSV(B)198º29.2%53.73%-
XYZ16.7819.0126.45-
YUV118138.72113.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=27.02%
G=34.82%
B=38.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971251370.290.0900.4619817.0945.88
Hex617D891D902Ec6112e
Octal14117521135110563062156
Binary110000111111011000100111101100101011101100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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