Html Css Color HEX #605493 Butterfly Bush

📋 copy color: '#605493'

red 96 ◦ green 84 ◦ blue 147

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

Shades of Butterfly Bush #605493

Tints of Butterfly Bush #605493

RGB

 RED value IS 96 (37.89% from 255) = 29.36%

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

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

R = 29.36%
G = 25.69%
B = 44.95%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#605493 (or 0x605493) is known color: Butterfly Bush. HEX triplet: 60, 54 and 93. RGB value is (96,84,147). Sum of RGB (Red+Green+Blue) = 96+84+147=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #605493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605493 is #9FAB6C. Grayscale: #5E5E5E. Windows color (decimal): -10464109 or 9655392. OLE color: 9655392.

HSL color Cylindrical-coordinate representation of color #605493: hue angle of 251.43º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #605493 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 84 147 -
CMYK 0.35 0.43 0 0.42
HSL 251.43º 0.27% 0.45% -
HSV(B) 251.43º 0.43% 0.58% -
XYZ 13.26 10.93 29.02 -
YUV 94.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 96 84 147 0.35 0.43 0 0.42 251.43 0.27 0.45
Hex 60 54 93 23 2B 0 2A FB 1B 2D
Octal 140 124 223 43 53 0 52 373 33 55
Binary 1100000 1010100 10010011 100011 101011 0 101010 11111011 11011 101101

Color Harmonies of #605493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605493

Black with #605493

Text Example


Text Example

White with #605493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605493; }

 p { color: rgb(96,84,147); }

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

background-color css

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

 a { background-color: rgb(96,84,147); }

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

border-color css

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

 span { border-color: rgb(96,84,147); }

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