#617F8C

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

Shades of Hoki #617F8C

Tints of Hoki #617F8C

Color information

#617F8C (or 0x617F8C) is unknown color: approx Hoki. HEX triplet: 61, 7F and 8C. RGB value is (97,127,140). Sum of RGB (Red+Green+Blue) = 97+127+140=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #617F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F8C is #9E8073. Grayscale: #777777. Windows color (decimal): -10387572 or 9207649. OLE color: 9207649.

HSL color Cylindrical-coordinate representation of color #617F8C: hue angle of 198.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #617F8C is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97127140-
CMYK0.310.0900.45
HSL198.14º18.14%46.47%-
HSV(B)198.14º30.71%54.9%-
XYZ17.2519.6127.69-
YUV119.51139.56111.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=26.65%
G=34.89%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971271400.310.0900.45198.1418.1446.47
Hex617F8C1F902Dc6122e
Octal14117721437110553062256
Binary110000111111111000110011111100101011011100011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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