#628084

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

Shades of Hoki #628084

Tints of Hoki #628084

Color information

#628084 (or 0x628084) is unknown color: approx Hoki. HEX triplet: 62, 80 and 84. RGB value is (98,128,132). Sum of RGB (Red+Green+Blue) = 98+128+132=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 128 (50.39% from 255 or 35.75% 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 #628084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628084 is #9D7F7B. Grayscale: #777777. Windows color (decimal): -10321788 or 8683618. OLE color: 8683618.

HSL color Cylindrical-coordinate representation of color #628084: hue angle of 187.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628084 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98128132-
CMYK0.260.0300.48
HSL187.06º14.78%45.1%-
HSV(B)187.06º25.76%51.76%-
XYZ16.9219.724.74-
YUV119.49135.06112.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=27.37%
G=35.75%
B=36.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981281320.260.0300.48187.0614.7845.1
Hex6280841A3030bbf2d
Octal1422002043230602731755
Binary1100010100000001000010011010110110000101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628084; }

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

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

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

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

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

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

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

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