Html Css Color HEX #645288 Butterfly Bush

📋 copy color: '#645288'

red 100 ◦ green 82 ◦ blue 136

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

Shades of Butterfly Bush #645288

Tints of Butterfly Bush #645288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 31.45%
G = 25.79%
B = 42.77%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#645288 (or 0x645288) is known color: Butterfly Bush. HEX triplet: 64, 52 and 88. RGB value is (100,82,136). Sum of RGB (Red+Green+Blue) = 100+82+136=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #645288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645288 is #9BAD77. Grayscale: #5D5D5D. Windows color (decimal): -10202488 or 8933988. OLE color: 8933988.

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

Color convert

RGB 100 82 136 -
CMYK 0.26 0.40 0 0.47
HSL 260º 0.25% 0.43% -
HSV(B) 260º 0.4% 0.53% -
XYZ 12.72 10.52 24.65 -
YUV 93.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 100 82 136 0.26 0.40 0 0.47 260 0.25 0.43
Hex 64 52 88 1A 28 0 2F 104 19 2B
Octal 144 122 210 32 50 0 57 404 31 53
Binary 1100100 1010010 10001000 11010 101000 0 101111 100000100 11001 101011

Color Harmonies of #645288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645288

Black with #645288

Text Example


Text Example

White with #645288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645288; }

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

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

background-color css

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

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

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

border-color css

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

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

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