Html Css Color HEX #605195 Butterfly Bush

📋 copy color: '#605195'

red 96 ◦ green 81 ◦ blue 149

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

Shades of Butterfly Bush #605195

Tints of Butterfly Bush #605195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

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

R = 29.45%
G = 24.85%
B = 45.71%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#605195 (or 0x605195) is known color: Butterfly Bush. HEX triplet: 60, 51 and 95. RGB value is (96,81,149). Sum of RGB (Red+Green+Blue) = 96+81+149=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #605195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605195 is #9FAE6A. Grayscale: #5C5C5C. Windows color (decimal): -10464875 or 9785696. OLE color: 9785696.

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

Color convert

RGB 96 81 149 -
CMYK 0.36 0.46 0 0.42
HSL 253.24º 0.3% 0.45% -
HSV(B) 253.24º 0.46% 0.58% -
XYZ 13.19 10.54 29.77 -
YUV 93.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 96 81 149 0.36 0.46 0 0.42 253.24 0.3 0.45
Hex 60 51 95 24 2E 0 2A FD 1E 2D
Octal 140 121 225 44 56 0 52 375 36 55
Binary 1100000 1010001 10010101 100100 101110 0 101010 11111101 11110 101101

Color Harmonies of #605195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605195

Black with #605195

Text Example


Text Example

White with #605195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605195; }

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

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

background-color css

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

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

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

border-color css

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

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

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