#638184

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

Shades of Hoki #638184

Tints of Hoki #638184

Color information

#638184 (or 0x638184) is unknown color: approx Hoki. HEX triplet: 63, 81 and 84. RGB value is (99,129,132). Sum of RGB (Red+Green+Blue) = 99+129+132=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #638184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638184 is #9C7E7B. Grayscale: #787878. Windows color (decimal): -10255996 or 8683875. OLE color: 8683875.

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

Color convert

RGB99129132-
CMYK0.250.0200.48
HSL185.45º14.29%45.29%-
HSV(B)185.45º25%51.76%-
XYZ17.1620.0224.79-
YUV120.37134.56112.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.5%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=27.5%
G=35.83%
B=36.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991291320.250.0200.48185.4514.2945.29
Hex638184192030b9e2d
Octal1432012043120602711655
Binary1100011100000011000010011001100110000101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638184; }

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

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

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

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

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

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

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

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