Html Css Color HEX #644488 Daisy Bush

📋 copy color: '#644488'

red 100 ◦ green 68 ◦ blue 136

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

Shades of Daisy Bush #644488

Tints of Daisy Bush #644488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 32.89%
G = 22.37%
B = 44.74%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#644488 (or 0x644488) is known color: Daisy Bush. HEX triplet: 64, 44 and 88. RGB value is (100,68,136). Sum of RGB (Red+Green+Blue) = 100+68+136=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #644488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644488 is #9BBB77. Grayscale: #555555. Windows color (decimal): -10206072 or 8930404. OLE color: 8930404.

HSL color Cylindrical-coordinate representation of color #644488: hue angle of 268.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #644488 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 68 136 -
CMYK 0.26 0.50 0 0.47
HSL 268.24º 0.33% 0.4% -
HSV(B) 268.24º 0.5% 0.53% -
XYZ 11.77 8.62 24.34 -
YUV 85.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 100 68 136 0.26 0.50 0 0.47 268.24 0.33 0.4
Hex 64 44 88 1A 32 0 2F 10C 21 28
Octal 144 104 210 32 62 0 57 414 41 50
Binary 1100100 1000100 10001000 11010 110010 0 101111 100001100 100001 101000

Color Harmonies of #644488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644488

Black with #644488

Text Example


Text Example

White with #644488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644488; }

 p { color: rgb(100,68,136); }

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

background-color css

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

 a { background-color: rgb(100,68,136); }

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

border-color css

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

 span { border-color: rgb(100,68,136); }

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