#627D84

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

Shades of Hoki #627D84

Tints of Hoki #627D84

Color information

#627D84 (or 0x627D84) is unknown color: approx Hoki. HEX triplet: 62, 7D and 84. RGB value is (98,125,132). Sum of RGB (Red+Green+Blue) = 98+125+132=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #627D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D84 is #9D827B. Grayscale: #757575. Windows color (decimal): -10322556 or 8682850. OLE color: 8682850.

HSL color Cylindrical-coordinate representation of color #627D84: hue angle of 192.35º 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 #627D84 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98125132-
CMYK0.260.0500.48
HSL192.35º14.78%45.1%-
HSV(B)192.35º25.76%51.76%-
XYZ16.5418.9324.61-
YUV117.72136.05113.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=27.61%
G=35.21%
B=37.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981251320.260.0500.48192.3514.7845.1
Hex627D841A5030c0f2d
Octal1421752043250603001755
Binary1100010111110110000100110101010110000110000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627D84; }

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

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

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

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

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

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

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

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