#647B82

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

Shades of Hoki #647B82

Tints of Hoki #647B82

Color information

#647B82 (or 0x647B82) is unknown color: approx Hoki. HEX triplet: 64, 7B and 82. RGB value is (100,123,130). Sum of RGB (Red+Green+Blue) = 100+123+130=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #647B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B82 is #9B847D. Grayscale: #747474. Windows color (decimal): -10191998 or 8551268. OLE color: 8551268.

HSL color Cylindrical-coordinate representation of color #647B82: hue angle of 194º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #647B82 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100123130-
CMYK0.230.0500.49
HSL194º13.04%45.1%-
HSV(B)194º23.08%50.98%-
XYZ16.3718.4923.82-
YUV116.92135.38115.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=28.33%
G=34.84%
B=36.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001231300.230.0500.4919413.0445.1
Hex647B82175031c2d2d
Octal1441732022750613021555
Binary1100100111101110000010101111010110001110000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647B82; }

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

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

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

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

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

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

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

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