Html Css Color HEX #64588A Butterfly Bush

📋 copy color: '#64588A'

red 100 ◦ green 88 ◦ blue 138

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

Shades of Butterfly Bush #64588A

Tints of Butterfly Bush #64588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 30.67%
G = 26.99%
B = 42.33%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64588A (or 0x64588A) is known color: Butterfly Bush. HEX triplet: 64, 58 and 8A. RGB value is (100,88,138). Sum of RGB (Red+Green+Blue) = 100+88+138=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #64588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64588A is #9BA775. Grayscale: #616161. Windows color (decimal): -10200950 or 9066596. OLE color: 9066596.

HSL color Cylindrical-coordinate representation of color #64588A: hue angle of 254.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64588A is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 88 138 -
CMYK 0.28 0.36 0 0.46
HSL 254.4º 0.22% 0.44% -
HSV(B) 254.4º 0.36% 0.54% -
XYZ 13.33 11.52 25.57 -
YUV 97.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 100 88 138 0.28 0.36 0 0.46 254.4 0.22 0.44
Hex 64 58 8A 1C 24 0 2E FE 16 2C
Octal 144 130 212 34 44 0 56 376 26 54
Binary 1100100 1011000 10001010 11100 100100 0 101110 11111110 10110 101100

Color Harmonies of #64588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64588A

Black with #64588A

Text Example


Text Example

White with #64588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64588A; }

 p { color: rgb(100,88,138); }

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

background-color css

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

 a { background-color: rgb(100,88,138); }

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

border-color css

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

 span { border-color: rgb(100,88,138); }

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