Html Css Color HEX #644175 Honey Flower

📋 copy color: '#644175'

red 100 ◦ green 65 ◦ blue 117

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

Shades of Honey Flower #644175

Tints of Honey Flower #644175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 35.46%
G = 23.05%
B = 41.49%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#644175 (or 0x644175) is known color: Honey Flower. HEX triplet: 64, 41 and 75. RGB value is (100,65,117). Sum of RGB (Red+Green+Blue) = 100+65+117=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #644175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644175 is #9BBE8A. Grayscale: #515151. Windows color (decimal): -10206859 or 7684452. OLE color: 7684452.

HSL color Cylindrical-coordinate representation of color #644175: hue angle of 280.38º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #644175 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 65 117 -
CMYK 0.15 0.44 0 0.54
HSL 280.38º 0.29% 0.36% -
HSV(B) 280.38º 0.44% 0.46% -
XYZ 10.36 7.77 17.78 -
YUV 81.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 100 65 117 0.15 0.44 0 0.54 280.38 0.29 0.36
Hex 64 41 75 F 2C 0 36 118 1D 24
Octal 144 101 165 17 54 0 66 430 35 44
Binary 1100100 1000001 1110101 1111 101100 0 110110 100011000 11101 100100

Color Harmonies of #644175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644175

Black with #644175

Text Example


Text Example

White with #644175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644175; }

 p { color: rgb(100,65,117); }

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

background-color css

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

 a { background-color: rgb(100,65,117); }

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

border-color css

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

 span { border-color: rgb(100,65,117); }

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