Html Css Color HEX #645497 Butterfly Bush

📋 copy color: '#645497'

red 100 ◦ green 84 ◦ blue 151

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

Shades of Butterfly Bush #645497

Tints of Butterfly Bush #645497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 29.85%
G = 25.07%
B = 45.07%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#645497 (or 0x645497) is known color: Butterfly Bush. HEX triplet: 64, 54 and 97. RGB value is (100,84,151). Sum of RGB (Red+Green+Blue) = 100+84+151=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #645497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645497 is #9BAB68. Grayscale: #606060. Windows color (decimal): -10201961 or 9917540. OLE color: 9917540.

HSL color Cylindrical-coordinate representation of color #645497: hue angle of 254.33º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645497 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 84 151 -
CMYK 0.34 0.44 0 0.41
HSL 254.33º 0.29% 0.46% -
HSV(B) 254.33º 0.44% 0.59% -
XYZ 14.01 11.28 30.72 -
YUV 96.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 100 84 151 0.34 0.44 0 0.41 254.33 0.29 0.46
Hex 64 54 97 22 2C 0 29 FE 1D 2E
Octal 144 124 227 42 54 0 51 376 35 56
Binary 1100100 1010100 10010111 100010 101100 0 101001 11111110 11101 101110

Color Harmonies of #645497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645497

Black with #645497

Text Example


Text Example

White with #645497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645497; }

 p { color: rgb(100,84,151); }

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

background-color css

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

 a { background-color: rgb(100,84,151); }

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

border-color css

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

 span { border-color: rgb(100,84,151); }

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