Html Css Color HEX #647E82 Hoki

📋 copy color: '#647E82'

red 100 ◦ green 126 ◦ blue 130

#647E82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #647E82

Tints of Hoki #647E82

RGB

 RED value IS 100 (39.45% from 255) = 28.09%

 GREEN value IS 126 (49.61% from 255) = 35.39%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 28.09%
G = 35.39%
B = 36.52%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647E82 (or 0x647E82) is known color: Hoki. HEX triplet: 64, 7E and 82. RGB value is (100,126,130). Sum of RGB (Red+Green+Blue) = 100+126+130=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #647E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E82 is #9B817D. Grayscale: #767676. Windows color (decimal): -10191230 or 8552036. OLE color: 8552036.

HSL color Cylindrical-coordinate representation of color #647E82: hue angle of 188º 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 #647E82 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 126 130 -
CMYK 0.23 0.03 0 0.49
HSL 188º 0.13% 0.45% -
HSV(B) 188º 0.23% 0.51% -
XYZ 16.75 19.24 23.95 -
YUV 118.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 100 126 130 0.23 0.03 0 0.49 188 0.13 0.45
Hex 64 7E 82 17 3 0 31 BC D 2D
Octal 144 176 202 27 3 0 61 274 15 55
Binary 1100100 1111110 10000010 10111 11 0 110001 10111100 1101 101101

Color Harmonies of #647E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647E82

Black with #647E82

Text Example


Text Example

White with #647E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #647E82;
 }
 .AnyTagClassName
 {
   color: #647E82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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