#638285

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

Shades of Hoki #638285

Tints of Hoki #638285

Color information

#638285 (or 0x638285) is unknown color: approx Hoki. HEX triplet: 63, 82 and 85. RGB value is (99,130,133). Sum of RGB (Red+Green+Blue) = 99+130+133=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #638285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638285 is #9C7D7A. Grayscale: #797979. Windows color (decimal): -10255739 or 8749667. OLE color: 8749667.

HSL color Cylindrical-coordinate representation of color #638285: hue angle of 185.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638285 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99130133-
CMYK0.260.0200.48
HSL185.29º14.66%45.49%-
HSV(B)185.29º25.56%52.16%-
XYZ17.3620.3125.2-
YUV121.07134.73112.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=27.35%
G=35.91%
B=36.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991301330.260.0200.48185.2914.6645.49
Hex6382851A2030b9f2d
Octal1432022053220602711755
Binary1100011100000101000010111010100110000101110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638285; }

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

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

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

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

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

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

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

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