Html Css Color HEX #647B84 Hoki

📋 copy color: '#647B84'

red 100 ◦ green 123 ◦ blue 132

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

Shades of Hoki #647B84

Tints of Hoki #647B84

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.65%

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 28.17%
G = 34.65%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647B84 (or 0x647B84) is known color: Hoki. HEX triplet: 64, 7B and 84. RGB value is (100,123,132). Sum of RGB (Red+Green+Blue) = 100+123+132=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #647B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B84 is #9B847B. Grayscale: #757575. Windows color (decimal): -10191996 or 8682340. OLE color: 8682340.

HSL color Cylindrical-coordinate representation of color #647B84: hue angle of 196.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647B84 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 123 132 -
CMYK 0.24 0.07 0 0.48
HSL 196.88º 0.14% 0.45% -
HSV(B) 196.88º 0.24% 0.52% -
XYZ 16.5 18.54 24.54 -
YUV 117.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 100 123 132 0.24 0.07 0 0.48 196.88 0.14 0.45
Hex 64 7B 84 18 7 0 30 C5 E 2D
Octal 144 173 204 30 7 0 60 305 16 55
Binary 1100100 1111011 10000100 11000 111 0 110000 11000101 1110 101101

Color Harmonies of #647B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647B84

Black with #647B84

Text Example


Text Example

White with #647B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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