#638287

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

Shades of Hoki #638287

Tints of Hoki #638287

Color information

#638287 (or 0x638287) is unknown color: approx Hoki. HEX triplet: 63, 82 and 87. RGB value is (99,130,135). Sum of RGB (Red+Green+Blue) = 99+130+135=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #638287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638287 is #9C7D78. Grayscale: #797979. Windows color (decimal): -10255737 or 8880739. OLE color: 8880739.

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

Color convert

RGB99130135-
CMYK0.270.0400.47
HSL188.33º15.38%45.88%-
HSV(B)188.33º26.67%52.94%-
XYZ17.520.3725.93-
YUV121.3135.73112.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=27.20%
G=35.71%
B=37.09%

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
Decimal991301350.270.0400.47188.3315.3845.88
Hex6382871B402Fbcf2e
Octal1432022073340572741756
Binary11000111000001010000111110111000101111101111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638287; }

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

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

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

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

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

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

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

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