#628186

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

Shades of Hoki #628186

Tints of Hoki #628186

Color information

#628186 (or 0x628186) is unknown color: approx Hoki. HEX triplet: 62, 81 and 86. RGB value is (98,129,134). Sum of RGB (Red+Green+Blue) = 98+129+134=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #628186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628186 is #9D7E79. Grayscale: #787878. Windows color (decimal): -10321530 or 8814946. OLE color: 8814946.

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

Color convert

RGB98129134-
CMYK0.270.0400.47
HSL188.33º15.52%45.49%-
HSV(B)188.33º26.87%52.55%-
XYZ17.1920.0225.51-
YUV120.3135.73112.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=27.15%
G=35.73%
B=37.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981291340.270.0400.47188.3315.5245.49
Hex6281861B402Fbc102d
Octal1422012063340572742055
Binary110001010000001100001101101110001011111011110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628186; }

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

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

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

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

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

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

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

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