Html Css Color HEX #605495 Butterfly Bush

📋 copy color: '#605495'

red 96 ◦ green 84 ◦ blue 149

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

Shades of Butterfly Bush #605495

Tints of Butterfly Bush #605495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 29.18%
G = 25.53%
B = 45.29%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#605495 (or 0x605495) is known color: Butterfly Bush. HEX triplet: 60, 54 and 95. RGB value is (96,84,149). Sum of RGB (Red+Green+Blue) = 96+84+149=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #605495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605495 is #9FAB6A. Grayscale: #5E5E5E. Windows color (decimal): -10464107 or 9786464. OLE color: 9786464.

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

Color convert

RGB 96 84 149 -
CMYK 0.36 0.44 0 0.42
HSL 251.08º 0.28% 0.46% -
HSV(B) 251.08º 0.44% 0.58% -
XYZ 13.42 11 29.85 -
YUV 95 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 96 84 149 0.36 0.44 0 0.42 251.08 0.28 0.46
Hex 60 54 95 24 2C 0 2A FB 1C 2E
Octal 140 124 225 44 54 0 52 373 34 56
Binary 1100000 1010100 10010101 100100 101100 0 101010 11111011 11100 101110

Color Harmonies of #605495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605495

Black with #605495

Text Example


Text Example

White with #605495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605495; }

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

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

background-color css

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

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

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

border-color css

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

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

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