Html Css Color HEX #605595 Butterfly Bush

📋 copy color: '#605595'

red 96 ◦ green 85 ◦ blue 149

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

Shades of Butterfly Bush #605595

Tints of Butterfly Bush #605595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 29.09%
G = 25.76%
B = 45.15%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#605595 (or 0x605595) is known color: Butterfly Bush. HEX triplet: 60, 55 and 95. RGB value is (96,85,149). Sum of RGB (Red+Green+Blue) = 96+85+149=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #605595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605595 is #9FAA6A. Grayscale: #5F5F5F. Windows color (decimal): -10463851 or 9786720. OLE color: 9786720.

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

Color convert

RGB 96 85 149 -
CMYK 0.36 0.43 0 0.42
HSL 250.31º 0.27% 0.46% -
HSV(B) 250.31º 0.43% 0.58% -
XYZ 13.5 11.15 29.88 -
YUV 95.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 96 85 149 0.36 0.43 0 0.42 250.31 0.27 0.46
Hex 60 55 95 24 2B 0 2A FA 1B 2E
Octal 140 125 225 44 53 0 52 372 33 56
Binary 1100000 1010101 10010101 100100 101011 0 101010 11111010 11011 101110

Color Harmonies of #605595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605595

Black with #605595

Text Example


Text Example

White with #605595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605595; }

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

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

background-color css

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

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

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

border-color css

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

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

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