#617984

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

Shades of Hoki #617984

Tints of Hoki #617984

Color information

#617984 (or 0x617984) is unknown color: approx Hoki. HEX triplet: 61, 79 and 84. RGB value is (97,121,132). Sum of RGB (Red+Green+Blue) = 97+121+132=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #617984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617984 is #9E867B. Grayscale: #737373. Windows color (decimal): -10389116 or 8681825. OLE color: 8681825.

HSL color Cylindrical-coordinate representation of color #617984: hue angle of 198.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617984 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB97121132-
CMYK0.270.0800.48
HSL198.86º15.28%44.9%-
HSV(B)198.86º26.52%51.76%-
XYZ15.9317.8824.44-
YUV115.08137.55115.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=27.71%
G=34.57%
B=37.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971211320.270.0800.48198.8615.2844.9
Hex6179841B8030c7f2d
Octal14117120433100603071755
Binary11000011111001100001001101110000110000110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617984; }

 p { color: rgb(97,121,132); }

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

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

 a { background-color: rgb(97,121,132); }

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

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

 span { border-color: rgb(97,121,132); }

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