Html Css Color HEX #645993 Butterfly Bush

📋 copy color: '#645993'

red 100 ◦ green 89 ◦ blue 147

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

Shades of Butterfly Bush #645993

Tints of Butterfly Bush #645993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 29.76%
G = 26.49%
B = 43.75%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#645993 (or 0x645993) is known color: Butterfly Bush. HEX triplet: 64, 59 and 93. RGB value is (100,89,147). Sum of RGB (Red+Green+Blue) = 100+89+147=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #645993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645993 is #9BA66C. Grayscale: #626262. Windows color (decimal): -10200685 or 9656676. OLE color: 9656676.

HSL color Cylindrical-coordinate representation of color #645993: hue angle of 251.38º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #645993 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 89 147 -
CMYK 0.32 0.39 0 0.42
HSL 251.38º 0.25% 0.46% -
HSV(B) 251.38º 0.39% 0.58% -
XYZ 14.09 11.96 29.17 -
YUV 98.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 100 89 147 0.32 0.39 0 0.42 251.38 0.25 0.46
Hex 64 59 93 20 27 0 2A FB 19 2E
Octal 144 131 223 40 47 0 52 373 31 56
Binary 1100100 1011001 10010011 100000 100111 0 101010 11111011 11001 101110

Color Harmonies of #645993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645993

Black with #645993

Text Example


Text Example

White with #645993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645993; }

 p { color: rgb(100,89,147); }

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

background-color css

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

 a { background-color: rgb(100,89,147); }

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

border-color css

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

 span { border-color: rgb(100,89,147); }

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