#638086

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

Shades of Hoki #638086

Tints of Hoki #638086

Color information

#638086 (or 0x638086) is unknown color: approx Hoki. HEX triplet: 63, 80 and 86. RGB value is (99,128,134). Sum of RGB (Red+Green+Blue) = 99+128+134=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 128 (50.39% from 255 or 35.46% 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 #638086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638086 is #9C7F79. Grayscale: #777777. Windows color (decimal): -10256250 or 8814691. OLE color: 8814691.

HSL color Cylindrical-coordinate representation of color #638086: hue angle of 190.29º 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 #638086 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99128134-
CMYK0.260.0400.47
HSL190.29º15.02%45.69%-
HSV(B)190.29º26.12%52.55%-
XYZ17.1719.8125.47-
YUV120.01135.89113.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=27.42%
G=35.46%
B=37.12%

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
Decimal991281340.260.0400.47190.2915.0245.69
Hex6380861A402Fbef2e
Octal1432002063240572761756
Binary11000111000000010000110110101000101111101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638086; }

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

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

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

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

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

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

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

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