Html Css Color HEX #605389 Butterfly Bush

📋 copy color: '#605389'

red 96 ◦ green 83 ◦ blue 137

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

Shades of Butterfly Bush #605389

Tints of Butterfly Bush #605389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 30.38%
G = 26.27%
B = 43.35%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#605389 (or 0x605389) is known color: Butterfly Bush. HEX triplet: 60, 53 and 89. RGB value is (96,83,137). Sum of RGB (Red+Green+Blue) = 96+83+137=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #605389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605389 is #9FAC76. Grayscale: #5C5C5C. Windows color (decimal): -10464375 or 8999776. OLE color: 8999776.

HSL color Cylindrical-coordinate representation of color #605389: hue angle of 254.44º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #605389 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 83 137 -
CMYK 0.30 0.39 0 0.46
HSL 254.44º 0.25% 0.43% -
HSV(B) 254.44º 0.39% 0.54% -
XYZ 12.43 10.48 25.03 -
YUV 93.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 96 83 137 0.30 0.39 0 0.46 254.44 0.25 0.43
Hex 60 53 89 1E 27 0 2E FE 19 2B
Octal 140 123 211 36 47 0 56 376 31 53
Binary 1100000 1010011 10001001 11110 100111 0 101110 11111110 11001 101011

Color Harmonies of #605389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605389

Black with #605389

Text Example


Text Example

White with #605389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605389; }

 p { color: rgb(96,83,137); }

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

background-color css

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

 a { background-color: rgb(96,83,137); }

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

border-color css

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

 span { border-color: rgb(96,83,137); }

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