#617A87

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

Shades of Hoki #617A87

Tints of Hoki #617A87

Color information

#617A87 (or 0x617A87) is unknown color: approx Hoki. HEX triplet: 61, 7A and 87. RGB value is (97,122,135). Sum of RGB (Red+Green+Blue) = 97+122+135=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #617A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A87 is #9E8578. Grayscale: #737373. Windows color (decimal): -10388857 or 8878689. OLE color: 8878689.

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

Color convert

RGB97122135-
CMYK0.280.1000.47
HSL200.53º16.38%45.49%-
HSV(B)200.53º28.15%52.94%-
XYZ16.2618.2125.58-
YUV116.01138.72114.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=27.40%
G=34.46%
B=38.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971221350.280.1000.47200.5316.3845.49
Hex617A871CA02Fc9102d
Octal14117220734120573112055
Binary110000111110101000011111100101001011111100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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