#627D87

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

Shades of Hoki #627D87

Tints of Hoki #627D87

Color information

#627D87 (or 0x627D87) is unknown color: approx Hoki. HEX triplet: 62, 7D and 87. RGB value is (98,125,135). Sum of RGB (Red+Green+Blue) = 98+125+135=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #627D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D87 is #9D8278. Grayscale: #767676. Windows color (decimal): -10322553 or 8879458. OLE color: 8879458.

HSL color Cylindrical-coordinate representation of color #627D87: hue angle of 196.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627D87 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB98125135-
CMYK0.270.0700.47
HSL196.22º15.88%45.69%-
HSV(B)196.22º27.41%52.94%-
XYZ16.7419.0125.71-
YUV118.07137.55113.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=27.37%
G=34.92%
B=37.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981251350.270.0700.47196.2215.8845.69
Hex627D871B702Fc4102e
Octal1421752073370573042056
Binary11000101111101100001111101111101011111100010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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