Html Css Color HEX #605385 Butterfly Bush

📋 copy color: '#605385'

red 96 ◦ green 83 ◦ blue 133

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

Shades of Butterfly Bush #605385

Tints of Butterfly Bush #605385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 30.77%
G = 26.6%
B = 42.63%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#605385 (or 0x605385) is known color: Butterfly Bush. HEX triplet: 60, 53 and 85. RGB value is (96,83,133). Sum of RGB (Red+Green+Blue) = 96+83+133=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #605385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605385 is #9FAC7A. Grayscale: #5C5C5C. Windows color (decimal): -10464379 or 8737632. OLE color: 8737632.

HSL color Cylindrical-coordinate representation of color #605385: hue angle of 255.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #605385 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 83 133 -
CMYK 0.28 0.38 0 0.48
HSL 255.6º 0.23% 0.42% -
HSV(B) 255.6º 0.38% 0.52% -
XYZ 12.15 10.37 23.55 -
YUV 92.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 96 83 133 0.28 0.38 0 0.48 255.6 0.23 0.42
Hex 60 53 85 1C 26 0 30 100 17 2A
Octal 140 123 205 34 46 0 60 400 27 52
Binary 1100000 1010011 10000101 11100 100110 0 110000 100000000 10111 101010

Color Harmonies of #605385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605385

Black with #605385

Text Example


Text Example

White with #605385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605385; }

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

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

background-color css

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

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

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

border-color css

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

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

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