#638182

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

Shades of Hoki #638182

Tints of Hoki #638182

Color information

#638182 (or 0x638182) is unknown color: approx Hoki. HEX triplet: 63, 81 and 82. RGB value is (99,129,130). Sum of RGB (Red+Green+Blue) = 99+129+130=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #638182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638182 is #9C7E7D. Grayscale: #787878. Windows color (decimal): -10255998 or 8552803. OLE color: 8552803.

HSL color Cylindrical-coordinate representation of color #638182: hue angle of 181.94º 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 #638182 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB99129130-
CMYK0.240.0100.49
HSL181.94º13.54%44.9%-
HSV(B)181.94º23.85%50.98%-
XYZ17.0319.9624.08-
YUV120.14133.56112.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=27.65%
G=36.03%
B=36.31%

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
Decimal991291300.240.0100.49181.9413.5444.9
Hex638182181031b6e2d
Octal1432012023010612661655
Binary110001110000001100000101100010110001101101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638182; }

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

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

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

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

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

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

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

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