#638087

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

Shades of Hoki #638087

Tints of Hoki #638087

Color information

#638087 (or 0x638087) is unknown color: approx Hoki. HEX triplet: 63, 80 and 87. RGB value is (99,128,135). Sum of RGB (Red+Green+Blue) = 99+128+135=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #638087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638087 is #9C7F78. Grayscale: #787878. Windows color (decimal): -10256249 or 8880227. OLE color: 8880227.

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

Color convert

RGB99128135-
CMYK0.270.0500.47
HSL191.67º15.38%45.88%-
HSV(B)191.67º26.67%52.94%-
XYZ17.2419.8425.84-
YUV120.13136.39112.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=27.35%
G=35.36%
B=37.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991281350.270.0500.47191.6715.3845.88
Hex6380871B502Fc0f2e
Octal1432002073350573001756
Binary11000111000000010000111110111010101111110000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638087; }

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

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

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

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

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

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

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

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