#617C87

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

Shades of Hoki #617C87

Tints of Hoki #617C87

Color information

#617C87 (or 0x617C87) is unknown color: approx Hoki. HEX triplet: 61, 7C and 87. RGB value is (97,124,135). Sum of RGB (Red+Green+Blue) = 97+124+135=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 135 - color contains mainly: blue. Hex color #617C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C87 is #9E8378. Grayscale: #757575. Windows color (decimal): -10388345 or 8879201. OLE color: 8879201.

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

Color convert

RGB97124135-
CMYK0.280.0800.47
HSL197.37º16.38%45.49%-
HSV(B)197.37º28.15%52.94%-
XYZ16.5118.7125.66-
YUV117.18138.05113.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=27.25%
G=34.83%
B=37.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971241350.280.0800.47197.3716.3845.49
Hex617C871C802Fc5102d
Octal14117420734100573052055
Binary110000111111001000011111100100001011111100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,124,135); }

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

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

 a { background-color: rgb(97,124,135); }

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

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

 span { border-color: rgb(97,124,135); }

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