Html Css Color HEX #647E81 Hoki

📋 copy color: '#647E81'

red 100 ◦ green 126 ◦ blue 129

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

Shades of Hoki #647E81

Tints of Hoki #647E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 28.17%
G = 35.49%
B = 36.34%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647E81 (or 0x647E81) is known color: Hoki. HEX triplet: 64, 7E and 81. RGB value is (100,126,129). Sum of RGB (Red+Green+Blue) = 100+126+129=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #647E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E81 is #9B817E. Grayscale: #767676. Windows color (decimal): -10191231 or 8486500. OLE color: 8486500.

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

Color convert

RGB 100 126 129 -
CMYK 0.22 0.02 0 0.49
HSL 186.21º 0.13% 0.45% -
HSV(B) 186.21º 0.22% 0.51% -
XYZ 16.68 19.22 23.6 -
YUV 118.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 100 126 129 0.22 0.02 0 0.49 186.21 0.13 0.45
Hex 64 7E 81 16 2 0 31 BA D 2D
Octal 144 176 201 26 2 0 61 272 15 55
Binary 1100100 1111110 10000001 10110 10 0 110001 10111010 1101 101101

Color Harmonies of #647E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647E81

Black with #647E81

Text Example


Text Example

White with #647E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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