#648289

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

Shades of Hoki #648289

Tints of Hoki #648289

Color information

#648289 (or 0x648289) is unknown color: approx Hoki. HEX triplet: 64, 82 and 89. RGB value is (100,130,137). Sum of RGB (Red+Green+Blue) = 100+130+137=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 137 - color contains mainly: blue. Hex color #648289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648289 is #9B7D76. Grayscale: #797979. Windows color (decimal): -10190199 or 9011812. OLE color: 9011812.

HSL color Cylindrical-coordinate representation of color #648289: hue angle of 191.35º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648289 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB100130137-
CMYK0.270.0500.46
HSL191.35º15.61%46.47%-
HSV(B)191.35º27.01%53.73%-
XYZ17.7520.4826.68-
YUV121.83136.56112.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 137 (53.91% from 255) = 37.33%
R=27.25%
G=35.42%
B=37.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001301370.270.0500.46191.3515.6146.47
Hex6482891B502Ebf102e
Octal1442022113350562772056
Binary110010010000010100010011101110101011101011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648289; }

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

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

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

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

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

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

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

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