#617F8B

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

Shades of Hoki #617F8B

Tints of Hoki #617F8B

Color information

#617F8B (or 0x617F8B) is unknown color: approx Hoki. HEX triplet: 61, 7F and 8B. RGB value is (97,127,139). Sum of RGB (Red+Green+Blue) = 97+127+139=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #617F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F8B is #9E8074. Grayscale: #777777. Windows color (decimal): -10387573 or 9142113. OLE color: 9142113.

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

Color convert

RGB97127139-
CMYK0.300.0900.45
HSL197.14º17.8%46.27%-
HSV(B)197.14º30.22%54.51%-
XYZ17.1819.5827.3-
YUV119.4139.06112.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=26.72%
G=34.99%
B=38.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971271390.300.0900.45197.1417.846.27
Hex617F8B1E902Dc5122e
Octal14117721336110553052256
Binary110000111111111000101111110100101011011100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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