Html Css Color HEX #605594 Butterfly Bush

📋 copy color: '#605594'

red 96 ◦ green 85 ◦ blue 148

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

Shades of Butterfly Bush #605594

Tints of Butterfly Bush #605594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 29.18%
G = 25.84%
B = 44.98%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#605594 (or 0x605594) is known color: Butterfly Bush. HEX triplet: 60, 55 and 94. RGB value is (96,85,148). Sum of RGB (Red+Green+Blue) = 96+85+148=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #605594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605594 is #9FAA6B. Grayscale: #5F5F5F. Windows color (decimal): -10463852 or 9721184. OLE color: 9721184.

HSL color Cylindrical-coordinate representation of color #605594: hue angle of 250.48º 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 #605594 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 85 148 -
CMYK 0.35 0.43 0 0.42
HSL 250.48º 0.27% 0.46% -
HSV(B) 250.48º 0.43% 0.58% -
XYZ 13.42 11.12 29.46 -
YUV 95.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 96 85 148 0.35 0.43 0 0.42 250.48 0.27 0.46
Hex 60 55 94 23 2B 0 2A FA 1B 2E
Octal 140 125 224 43 53 0 52 372 33 56
Binary 1100000 1010101 10010100 100011 101011 0 101010 11111010 11011 101110

Color Harmonies of #605594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605594

Black with #605594

Text Example


Text Example

White with #605594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605594; }

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

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

background-color css

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

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

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

border-color css

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

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

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