#648284

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

Shades of Hoki #648284

Tints of Hoki #648284

Color information

#648284 (or 0x648284) is unknown color: approx Hoki. HEX triplet: 64, 82 and 84. RGB value is (100,130,132). Sum of RGB (Red+Green+Blue) = 100+130+132=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #648284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648284 is #9B7D7B. Grayscale: #797979. Windows color (decimal): -10190204 or 8684132. OLE color: 8684132.

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

Color convert

RGB100130132-
CMYK0.240.0200.48
HSL183.75º13.79%45.49%-
HSV(B)183.75º24.24%51.76%-
XYZ17.420.3424.84-
YUV121.26134.06112.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=27.62%
G=35.91%
B=36.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001301320.240.0200.48183.7513.7945.49
Hex648284182030b8e2d
Octal1442022043020602701655
Binary1100100100000101000010011000100110000101110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648284; }

 p { color: rgb(100,130,132); }

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

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

 a { background-color: rgb(100,130,132); }

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

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

 span { border-color: rgb(100,130,132); }

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