Html Css Color HEX #605695 Butterfly Bush

📋 copy color: '#605695'

red 96 ◦ green 86 ◦ blue 149

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

Shades of Butterfly Bush #605695

Tints of Butterfly Bush #605695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

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

R = 29%
G = 25.98%
B = 45.02%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#605695 (or 0x605695) is known color: Butterfly Bush. HEX triplet: 60, 56 and 95. RGB value is (96,86,149). Sum of RGB (Red+Green+Blue) = 96+86+149=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #605695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605695 is #9FA96A. Grayscale: #5F5F5F. Windows color (decimal): -10463595 or 9786976. OLE color: 9786976.

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

Color convert

RGB 96 86 149 -
CMYK 0.36 0.42 0 0.42
HSL 249.52º 0.27% 0.46% -
HSV(B) 249.52º 0.42% 0.58% -
XYZ 13.58 11.31 29.9 -
YUV 96.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 96 86 149 0.36 0.42 0 0.42 249.52 0.27 0.46
Hex 60 56 95 24 2A 0 2A FA 1B 2E
Octal 140 126 225 44 52 0 52 372 33 56
Binary 1100000 1010110 10010101 100100 101010 0 101010 11111010 11011 101110

Color Harmonies of #605695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605695

Black with #605695

Text Example


Text Example

White with #605695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605695; }

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

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

background-color css

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

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

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

border-color css

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

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

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