Html Css Color HEX #644678 Honey Flower

📋 copy color: '#644678'

red 100 ◦ green 70 ◦ blue 120

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

Shades of Honey Flower #644678

Tints of Honey Flower #644678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 34.48%
G = 24.14%
B = 41.38%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#644678 (or 0x644678) is known color: Honey Flower. HEX triplet: 64, 46 and 78. RGB value is (100,70,120). Sum of RGB (Red+Green+Blue) = 100+70+120=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #644678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644678 is #9BB987. Grayscale: #545454. Windows color (decimal): -10205576 or 7882340. OLE color: 7882340.

HSL color Cylindrical-coordinate representation of color #644678: hue angle of 276º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #644678 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 70 120 -
CMYK 0.17 0.42 0 0.53
HSL 276º 0.26% 0.37% -
HSV(B) 276º 0.42% 0.47% -
XYZ 10.84 8.45 18.83 -
YUV 84.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 100 70 120 0.17 0.42 0 0.53 276 0.26 0.37
Hex 64 46 78 11 2A 0 35 114 1A 25
Octal 144 106 170 21 52 0 65 424 32 45
Binary 1100100 1000110 1111000 10001 101010 0 110101 100010100 11010 100101

Color Harmonies of #644678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644678

Black with #644678

Text Example


Text Example

White with #644678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644678; }

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

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

background-color css

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

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

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

border-color css

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

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

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