Html Css Color HEX #644270 Honey Flower

📋 copy color: '#644270'

red 100 ◦ green 66 ◦ blue 112

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

Shades of Honey Flower #644270

Tints of Honey Flower #644270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 35.97%
G = 23.74%
B = 40.29%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#644270 (or 0x644270) is known color: Honey Flower. HEX triplet: 64, 42 and 70. RGB value is (100,66,112). Sum of RGB (Red+Green+Blue) = 100+66+112=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #644270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644270 is #9BBD8F. Grayscale: #515151. Windows color (decimal): -10206608 or 7357028. OLE color: 7357028.

HSL color Cylindrical-coordinate representation of color #644270: hue angle of 284.35º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #644270 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 66 112 -
CMYK 0.11 0.41 0 0.56
HSL 284.35º 0.26% 0.35% -
HSV(B) 284.35º 0.41% 0.44% -
XYZ 10.13 7.78 16.3 -
YUV 81.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 100 66 112 0.11 0.41 0 0.56 284.35 0.26 0.35
Hex 64 42 70 B 29 0 38 11C 1A 23
Octal 144 102 160 13 51 0 70 434 32 43
Binary 1100100 1000010 1110000 1011 101001 0 111000 100011100 11010 100011

Color Harmonies of #644270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644270

Black with #644270

Text Example


Text Example

White with #644270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644270; }

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

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

background-color css

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

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

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

border-color css

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

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

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