Html Css Color HEX #644675 Honey Flower

📋 copy color: '#644675'

red 100 ◦ green 70 ◦ blue 117

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

Shades of Honey Flower #644675

Tints of Honey Flower #644675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 34.84%
G = 24.39%
B = 40.77%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#644675 (or 0x644675) is known color: Honey Flower. HEX triplet: 64, 46 and 75. RGB value is (100,70,117). Sum of RGB (Red+Green+Blue) = 100+70+117=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #644675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644675 is #9BB98A. Grayscale: #545454. Windows color (decimal): -10205579 or 7685732. OLE color: 7685732.

HSL color Cylindrical-coordinate representation of color #644675: hue angle of 278.3º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #644675 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 70 117 -
CMYK 0.15 0.40 0 0.54
HSL 278.3º 0.25% 0.37% -
HSV(B) 278.3º 0.4% 0.46% -
XYZ 10.66 8.37 17.88 -
YUV 84.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 100 70 117 0.15 0.40 0 0.54 278.3 0.25 0.37
Hex 64 46 75 F 28 0 36 116 19 25
Octal 144 106 165 17 50 0 66 426 31 45
Binary 1100100 1000110 1110101 1111 101000 0 110110 100010110 11001 100101

Color Harmonies of #644675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644675

Black with #644675

Text Example


Text Example

White with #644675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644675; }

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

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

background-color css

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

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

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

border-color css

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

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

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