#638186

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

Shades of Hoki #638186

Tints of Hoki #638186

Color information

#638186 (or 0x638186) is unknown color: approx Hoki. HEX triplet: 63, 81 and 86. RGB value is (99,129,134). Sum of RGB (Red+Green+Blue) = 99+129+134=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 134 - color contains mainly: blue. Hex color #638186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638186 is #9C7E79. Grayscale: #787878. Windows color (decimal): -10255994 or 8814947. OLE color: 8814947.

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

Color convert

RGB99129134-
CMYK0.260.0400.47
HSL188.57º15.02%45.69%-
HSV(B)188.57º26.12%52.55%-
XYZ17.320.0725.52-
YUV120.6135.56112.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=27.35%
G=35.64%
B=37.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991291340.260.0400.47188.5715.0245.69
Hex6381861A402Fbdf2e
Octal1432012063240572751756
Binary11000111000000110000110110101000101111101111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638186; }

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

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

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

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

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

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

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

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