Html Css Color HEX #647D86 Hoki

📋 copy color: '#647D86'

red 100 ◦ green 125 ◦ blue 134

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

Shades of Hoki #647D86

Tints of Hoki #647D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 27.86%
G = 34.82%
B = 37.33%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#647D86 (or 0x647D86) is known color: Hoki. HEX triplet: 64, 7D and 86. RGB value is (100,125,134). Sum of RGB (Red+Green+Blue) = 100+125+134=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #647D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D86 is #9B8279. Grayscale: #767676. Windows color (decimal): -10191482 or 8813924. OLE color: 8813924.

HSL color Cylindrical-coordinate representation of color #647D86: hue angle of 195.88º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647D86 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 125 134 -
CMYK 0.25 0.07 0 0.47
HSL 195.88º 0.15% 0.46% -
HSV(B) 195.88º 0.25% 0.53% -
XYZ 16.89 19.1 25.35 -
YUV 118.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 100 125 134 0.25 0.07 0 0.47 195.88 0.15 0.46
Hex 64 7D 86 19 7 0 2F C4 F 2E
Octal 144 175 206 31 7 0 57 304 17 56
Binary 1100100 1111101 10000110 11001 111 0 101111 11000100 1111 101110

Color Harmonies of #647D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D86

Black with #647D86

Text Example


Text Example

White with #647D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,125,134); }

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

background-color css

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

 a { background-color: rgb(100,125,134); }

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

border-color css

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

 span { border-color: rgb(100,125,134); }

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