Html Css Color HEX #605995 Butterfly Bush

📋 copy color: '#605995'

red 96 ◦ green 89 ◦ blue 149

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

Shades of Butterfly Bush #605995

Tints of Butterfly Bush #605995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

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

R = 28.74%
G = 26.65%
B = 44.61%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#605995 (or 0x605995) is known color: Butterfly Bush. HEX triplet: 60, 59 and 95. RGB value is (96,89,149). Sum of RGB (Red+Green+Blue) = 96+89+149=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #605995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605995 is #9FA66A. Grayscale: #616161. Windows color (decimal): -10462827 or 9787744. OLE color: 9787744.

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

Color convert

RGB 96 89 149 -
CMYK 0.36 0.40 0 0.42
HSL 247º 0.25% 0.47% -
HSV(B) 247º 0.4% 0.58% -
XYZ 13.82 11.8 29.98 -
YUV 97.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 96 89 149 0.36 0.40 0 0.42 247 0.25 0.47
Hex 60 59 95 24 28 0 2A F7 19 2F
Octal 140 131 225 44 50 0 52 367 31 57
Binary 1100000 1011001 10010101 100100 101000 0 101010 11110111 11001 101111

Color Harmonies of #605995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605995

Black with #605995

Text Example


Text Example

White with #605995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605995; }

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

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

background-color css

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

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

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

border-color css

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

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

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