#627A83

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

Shades of Hoki #627A83

Tints of Hoki #627A83

Color information

#627A83 (or 0x627A83) is unknown color: approx Hoki. HEX triplet: 62, 7A and 83. RGB value is (98,122,131). Sum of RGB (Red+Green+Blue) = 98+122+131=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #627A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A83 is #9D857C. Grayscale: #737373. Windows color (decimal): -10323325 or 8616546. OLE color: 8616546.

HSL color Cylindrical-coordinate representation of color #627A83: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627A83 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98122131-
CMYK0.250.0700.49
HSL196.36º14.41%44.9%-
HSV(B)196.36º25.19%51.37%-
XYZ16.0918.1524.13-
YUV115.85136.55115.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=27.92%
G=34.76%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981221310.250.0700.49196.3614.4144.9
Hex627A83197031c4e2d
Octal1421722033170613041655
Binary1100010111101010000011110011110110001110001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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