#638286

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

Shades of Hoki #638286

Tints of Hoki #638286

Color information

#638286 (or 0x638286) is unknown color: approx Hoki. HEX triplet: 63, 82 and 86. RGB value is (99,130,134). Sum of RGB (Red+Green+Blue) = 99+130+134=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #638286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638286 is #9C7D79. Grayscale: #797979. Windows color (decimal): -10255738 or 8815203. OLE color: 8815203.

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

Color convert

RGB99130134-
CMYK0.260.0300.47
HSL186.86º15.02%45.69%-
HSV(B)186.86º26.12%52.55%-
XYZ17.4320.3425.56-
YUV121.19135.23112.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.27%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=27.27%
G=35.81%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991301340.260.0300.47186.8615.0245.69
Hex6382861A302Fbbf2e
Octal1432022063230572731756
Binary1100011100000101000011011010110101111101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638286; }

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

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

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

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

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

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

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

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