#638283

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

Shades of Hoki #638283

Tints of Hoki #638283

Color information

#638283 (or 0x638283) is unknown color: approx Hoki. HEX triplet: 63, 82 and 83. RGB value is (99,130,131). Sum of RGB (Red+Green+Blue) = 99+130+131=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 131 - color contains mainly: blue. Hex color #638283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638283 is #9C7D7C. Grayscale: #787878. Windows color (decimal): -10255741 or 8618595. OLE color: 8618595.

HSL color Cylindrical-coordinate representation of color #638283: hue angle of 181.87º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638283 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB99130131-
CMYK0.240.0100.49
HSL181.87º13.91%45.1%-
HSV(B)181.87º24.43%51.37%-
XYZ17.2220.2624.47-
YUV120.84133.73112.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.5%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=27.5%
G=36.11%
B=36.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991301310.240.0100.49181.8713.9145.1
Hex638283181031b6e2d
Octal1432022033010612661655
Binary110001110000010100000111100010110001101101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638283; }

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

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

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

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

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

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

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

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