#628188

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

Shades of Hoki #628188

Tints of Hoki #628188

Color information

#628188 (or 0x628188) is unknown color: approx Hoki. HEX triplet: 62, 81 and 88. RGB value is (98,129,136). Sum of RGB (Red+Green+Blue) = 98+129+136=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 136 - color contains mainly: blue. Hex color #628188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628188 is #9D7E77. Grayscale: #787878. Windows color (decimal): -10321528 or 8946018. OLE color: 8946018.

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

Color convert

RGB98129136-
CMYK0.280.0500.47
HSL191.05º16.24%45.88%-
HSV(B)191.05º27.94%53.33%-
XYZ17.3320.0726.25-
YUV120.53136.73111.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=27.00%
G=35.54%
B=37.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981291360.280.0500.47191.0516.2445.88
Hex6281881C502Fbf102e
Octal1422012103450572772056
Binary110001010000001100010001110010101011111011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628188; }

 p { color: rgb(98,129,136); }

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

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

 a { background-color: rgb(98,129,136); }

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

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

 span { border-color: rgb(98,129,136); }

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