#617884

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

Shades of Hoki #617884

Tints of Hoki #617884

Color information

#617884 (or 0x617884) is unknown color: approx Hoki. HEX triplet: 61, 78 and 84. RGB value is (97,120,132). Sum of RGB (Red+Green+Blue) = 97+120+132=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #617884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617884 is #9E877B. Grayscale: #727272. Windows color (decimal): -10389372 or 8681569. OLE color: 8681569.

HSL color Cylindrical-coordinate representation of color #617884: hue angle of 200.57º 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 #617884 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB97120132-
CMYK0.270.0900.48
HSL200.57º15.28%44.9%-
HSV(B)200.57º26.52%51.76%-
XYZ15.8117.6424.4-
YUV114.49137.88115.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=27.79%
G=34.38%
B=37.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971201320.270.0900.48200.5715.2844.9
Hex6178841B9030c9f2d
Octal14117020433110603111755
Binary11000011111000100001001101110010110000110010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617884; }

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

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

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

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

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

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

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

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