Html Css Color HEX #643B6F Honey Flower

📋 copy color: '#643B6F'

red 100 ◦ green 59 ◦ blue 111

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

Shades of Honey Flower #643B6F

Tints of Honey Flower #643B6F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.85%

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 37.04%
G = 21.85%
B = 41.11%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#643B6F (or 0x643B6F) is known color: Honey Flower. HEX triplet: 64, 3B and 6F. RGB value is (100,59,111). Sum of RGB (Red+Green+Blue) = 100+59+111=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #643B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643B6F is #9BC490. Grayscale: #4D4D4D. Windows color (decimal): -10208401 or 7289700. OLE color: 7289700.

HSL color Cylindrical-coordinate representation of color #643B6F: hue angle of 287.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #643B6F is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 59 111 -
CMYK 0.10 0.47 0 0.56
HSL 287.31º 0.31% 0.33% -
HSV(B) 287.31º 0.47% 0.44% -
XYZ 9.69 6.98 15.88 -
YUV 77.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 100 59 111 0.10 0.47 0 0.56 287.31 0.31 0.33
Hex 64 3B 6F A 2F 0 38 11F 1F 21
Octal 144 73 157 12 57 0 70 437 37 41
Binary 1100100 111011 1101111 1010 101111 0 111000 100011111 11111 100001

Color Harmonies of #643B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643B6F

Black with #643B6F

Text Example


Text Example

White with #643B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643B6F; }

 p { color: rgb(100,59,111); }

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

background-color css

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

 a { background-color: rgb(100,59,111); }

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

border-color css

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

 span { border-color: rgb(100,59,111); }

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