Html Css Color HEX #644274 Honey Flower

📋 copy color: '#644274'

red 100 ◦ green 66 ◦ blue 116

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

Shades of Honey Flower #644274

Tints of Honey Flower #644274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 35.46%
G = 23.4%
B = 41.13%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#644274 (or 0x644274) is known color: Honey Flower. HEX triplet: 64, 42 and 74. RGB value is (100,66,116). Sum of RGB (Red+Green+Blue) = 100+66+116=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #644274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644274 is #9BBD8B. Grayscale: #515151. Windows color (decimal): -10206604 or 7619172. OLE color: 7619172.

HSL color Cylindrical-coordinate representation of color #644274: hue angle of 280.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #644274 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 66 116 -
CMYK 0.14 0.43 0 0.55
HSL 280.8º 0.27% 0.36% -
HSV(B) 280.8º 0.43% 0.45% -
XYZ 10.36 7.87 17.5 -
YUV 81.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 100 66 116 0.14 0.43 0 0.55 280.8 0.27 0.36
Hex 64 42 74 E 2B 0 37 119 1B 24
Octal 144 102 164 16 53 0 67 431 33 44
Binary 1100100 1000010 1110100 1110 101011 0 110111 100011001 11011 100100

Color Harmonies of #644274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644274

Black with #644274

Text Example


Text Example

White with #644274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644274; }

 p { color: rgb(100,66,116); }

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

background-color css

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

 a { background-color: rgb(100,66,116); }

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

border-color css

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

 span { border-color: rgb(100,66,116); }

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