#627A84

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

Shades of Hoki #627A84

Tints of Hoki #627A84

Color information

#627A84 (or 0x627A84) is unknown color: approx Hoki. HEX triplet: 62, 7A and 84. RGB value is (98,122,132). Sum of RGB (Red+Green+Blue) = 98+122+132=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #627A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A84 is #9D857B. Grayscale: #737373. Windows color (decimal): -10323324 or 8682082. OLE color: 8682082.

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

Color convert

RGB98122132-
CMYK0.260.0800.48
HSL197.65º14.78%45.1%-
HSV(B)197.65º25.76%51.76%-
XYZ16.1618.1824.49-
YUV115.96137.05115.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.84%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=27.84%
G=34.66%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981221320.260.0800.48197.6514.7845.1
Hex627A841A8030c6f2d
Octal14217220432100603061755
Binary11000101111010100001001101010000110000110001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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