#618087

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

Shades of Hoki #618087

Tints of Hoki #618087

Color information

#618087 (or 0x618087) is unknown color: approx Hoki. HEX triplet: 61, 80 and 87. RGB value is (97,128,135). Sum of RGB (Red+Green+Blue) = 97+128+135=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #618087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618087 is #9E7F78. Grayscale: #777777. Windows color (decimal): -10387321 or 8880225. OLE color: 8880225.

HSL color Cylindrical-coordinate representation of color #618087: hue angle of 191.05º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618087 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97128135-
CMYK0.280.0500.47
HSL191.05º16.38%45.49%-
HSV(B)191.05º28.15%52.94%-
XYZ17.0219.7325.83-
YUV119.53136.73111.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=26.94%
G=35.56%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971281350.280.0500.47191.0516.3845.49
Hex6180871C502Fbf102d
Octal1412002073450572772055
Binary110000110000000100001111110010101011111011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618087; }

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

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

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

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

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

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

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

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