#618084

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

Shades of Hoki #618084

Tints of Hoki #618084

Color information

#618084 (or 0x618084) is unknown color: approx Hoki. HEX triplet: 61, 80 and 84. RGB value is (97,128,132). Sum of RGB (Red+Green+Blue) = 97+128+132=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #618084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618084 is #9E7F7B. Grayscale: #777777. Windows color (decimal): -10387324 or 8683617. OLE color: 8683617.

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

Color convert

RGB97128132-
CMYK0.270.0300.48
HSL186.86º15.28%44.9%-
HSV(B)186.86º26.52%51.76%-
XYZ16.8119.6524.74-
YUV119.19135.23112.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=27.17%
G=35.85%
B=36.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971281320.270.0300.48186.8615.2844.9
Hex6180841B3030bbf2d
Octal1412002043330602731755
Binary1100001100000001000010011011110110000101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618084; }

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

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

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

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

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

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

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

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