Html Css Color HEX #64488B Daisy Bush

📋 copy color: '#64488B'

red 100 ◦ green 72 ◦ blue 139

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

Shades of Daisy Bush #64488B

Tints of Daisy Bush #64488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 32.15%
G = 23.15%
B = 44.69%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64488B (or 0x64488B) is known color: Daisy Bush. HEX triplet: 64, 48 and 8B. RGB value is (100,72,139). Sum of RGB (Red+Green+Blue) = 100+72+139=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #64488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64488B is #9BB774. Grayscale: #575757. Windows color (decimal): -10205045 or 9128036. OLE color: 9128036.

HSL color Cylindrical-coordinate representation of color #64488B: hue angle of 265.07º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64488B is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 72 139 -
CMYK 0.28 0.48 0 0.45
HSL 265.07º 0.32% 0.41% -
HSV(B) 265.07º 0.48% 0.55% -
XYZ 12.23 9.21 25.56 -
YUV 88.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 100 72 139 0.28 0.48 0 0.45 265.07 0.32 0.41
Hex 64 48 8B 1C 30 0 2D 109 20 29
Octal 144 110 213 34 60 0 55 411 40 51
Binary 1100100 1001000 10001011 11100 110000 0 101101 100001001 100000 101001

Color Harmonies of #64488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64488B

Black with #64488B

Text Example


Text Example

White with #64488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64488B; }

 p { color: rgb(100,72,139); }

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

background-color css

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

 a { background-color: rgb(100,72,139); }

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

border-color css

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

 span { border-color: rgb(100,72,139); }

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