#638084

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

Shades of Hoki #638084

Tints of Hoki #638084

Color information

#638084 (or 0x638084) is unknown color: approx Hoki. HEX triplet: 63, 80 and 84. RGB value is (99,128,132). Sum of RGB (Red+Green+Blue) = 99+128+132=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #638084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638084 is #9C7F7B. Grayscale: #777777. Windows color (decimal): -10256252 or 8683619. OLE color: 8683619.

HSL color Cylindrical-coordinate representation of color #638084: hue angle of 187.27º 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 #638084 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99128132-
CMYK0.250.0300.48
HSL187.27º14.29%45.29%-
HSV(B)187.27º25%51.76%-
XYZ17.0319.7624.75-
YUV119.78134.89113.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=27.58%
G=35.65%
B=36.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991281320.250.0300.48187.2714.2945.29
Hex638084193030bbe2d
Octal1432002043130602731655
Binary1100011100000001000010011001110110000101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638084; }

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

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

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

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

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

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

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

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