#618081

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

Shades of Hoki #618081

Tints of Hoki #618081

Color information

#618081 (or 0x618081) is unknown color: approx Hoki. HEX triplet: 61, 80 and 81. RGB value is (97,128,129). Sum of RGB (Red+Green+Blue) = 97+128+129=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 129 - color contains mainly: blue. Hex color #618081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618081 is #9E7F7E. Grayscale: #767676. Windows color (decimal): -10387327 or 8487009. OLE color: 8487009.

HSL color Cylindrical-coordinate representation of color #618081: hue angle of 181.87º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618081 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97128129-
CMYK0.250.0100.49
HSL181.87º14.16%44.31%-
HSV(B)181.87º24.81%50.59%-
XYZ16.6119.5623.67-
YUV118.84133.73112.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 129 (50.78% from 255) = 36.44%
R=27.40%
G=36.16%
B=36.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971281290.250.0100.49181.8714.1644.31
Hex618081191031b6e2c
Octal1412002013110612661654
Binary110000110000000100000011100110110001101101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618081; }

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

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

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

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

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

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

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

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