Html Css Color HEX #647984 Hoki

📋 copy color: '#647984'

red 100 ◦ green 121 ◦ blue 132

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

Shades of Hoki #647984

Tints of Hoki #647984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

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

R = 28.33%
G = 34.28%
B = 37.39%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647984 (or 0x647984) is known color: Hoki. HEX triplet: 64, 79 and 84. RGB value is (100,121,132). Sum of RGB (Red+Green+Blue) = 100+121+132=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #647984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647984 is #9B867B. Grayscale: #737373. Windows color (decimal): -10192508 or 8681828. OLE color: 8681828.

HSL color Cylindrical-coordinate representation of color #647984: hue angle of 200.62º 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 #647984 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 121 132 -
CMYK 0.24 0.08 0 0.48
HSL 200.63º 0.14% 0.45% -
HSV(B) 200.63º 0.24% 0.52% -
XYZ 16.26 18.05 24.46 -
YUV 115.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 100 121 132 0.24 0.08 0 0.48 200.63 0.14 0.45
Hex 64 79 84 18 8 0 30 C9 E 2D
Octal 144 171 204 30 10 0 60 311 16 55
Binary 1100100 1111001 10000100 11000 1000 0 110000 11001001 1110 101101

Color Harmonies of #647984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647984

Black with #647984

Text Example


Text Example

White with #647984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647984; }

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

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

background-color css

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

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

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

border-color css

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

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

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