#618385

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

Shades of Hoki #618385

Tints of Hoki #618385

Color information

#618385 (or 0x618385) is unknown color: approx Hoki. HEX triplet: 61, 83 and 85. RGB value is (97,131,133). Sum of RGB (Red+Green+Blue) = 97+131+133=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #618385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618385 is #9E7C7A. Grayscale: #797979. Windows color (decimal): -10386555 or 8749921. OLE color: 8749921.

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

Color convert

RGB97131133-
CMYK0.270.0200.48
HSL183.33º15.65%45.1%-
HSV(B)183.33º27.07%52.16%-
XYZ17.2820.4725.23-
YUV121.06134.74110.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=26.87%
G=36.29%
B=36.84%

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
Decimal971311330.270.0200.48183.3315.6545.1
Hex6183851B2030b7102d
Octal1412032053320602672055
Binary11000011000001110000101110111001100001011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618385; }

 p { color: rgb(97,131,133); }

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

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

 a { background-color: rgb(97,131,133); }

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

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

 span { border-color: rgb(97,131,133); }

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