#618184

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

Shades of Hoki #618184

Tints of Hoki #618184

Color information

#618184 (or 0x618184) is unknown color: approx Hoki. HEX triplet: 61, 81 and 84. RGB value is (97,129,132). Sum of RGB (Red+Green+Blue) = 97+129+132=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #618184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618184 is #9E7E7B. Grayscale: #777777. Windows color (decimal): -10387068 or 8683873. OLE color: 8683873.

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

Color convert

RGB97129132-
CMYK0.270.0200.48
HSL185.14º15.28%44.9%-
HSV(B)185.14º26.52%51.76%-
XYZ16.9419.9124.78-
YUV119.77134.9111.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=27.09%
G=36.03%
B=36.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971291320.270.0200.48185.1415.2844.9
Hex6181841B2030b9f2d
Octal1412012043320602711755
Binary1100001100000011000010011011100110000101110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618184; }

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

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

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

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

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

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

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

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